#DFBD7E

Color #DFBD7E Chalky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalky #DFBD7E

Tints of Chalky #DFBD7E

Color information

#DFBD7E (or 0xDFBD7E) is unknown color: approx Chalky. HEX triplet: DF, BD and 7E. RGB value is (223,189,126). Sum of RGB (Red+Green+Blue) = 223+189+126=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7E is #204281. Grayscale: #C0C0C0. Windows color (decimal): -2114178 or 8306143. OLE color: 8306143.

HSL color Cylindrical-coordinate representation of color #DFBD7E: hue angle of 38.97º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBD7E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223189126-
CMYK00.150.430.13
HSL38.97º60.25%68.43%-
HSV(B)38.97º43.5%87.45%-
XYZ52.3953.5927.32-
YUV191.9890.76150.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=41.45%
G=35.13%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318912600.150.430.1338.9760.2568.43
HexDFBD7E0F2BD273c44
Octal33727517601753154774104
Binary110111111011110111111100111110101111011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD7E; }

 p { color: rgb(223,189,126); }

 H1.HeaderClassName
 {
   color: #DFBD7E;
 }
 .AnyTagClassName
 {
   color: #DFBD7E;
 }
</style>
background-color css

<style>
 a { background-color: #DFBD7E; }

 a { background-color: rgb(223,189,126); }

 div.DivClassName
 {
   background-color: #DFBD7E;
 }
 .BgClassName
 {
   background-color: #DFBD7E;
 }
</style>
border-color css

<style>
 span { border-color: #DFBD7E; }

 span { border-color: rgb(223,189,126); }

 td.TdClassName
 {
   border-color: #DFBD7E;
 }
 .TagClassName
 {
   border-color: #DFBD7E;
 }
</style>