#DFBE7C

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

Shades of Chalky #DFBE7C

Tints of Chalky #DFBE7C

Color information

#DFBE7C (or 0xDFBE7C) is unknown color: approx Chalky. HEX triplet: DF, BE and 7C. RGB value is (223,190,124). Sum of RGB (Red+Green+Blue) = 223+190+124=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE7C is #204183. Grayscale: #C0C0C0. Windows color (decimal): -2113924 or 8175327. OLE color: 8175327.

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

Color convert

RGB223190124-
CMYK00.150.440.13
HSL40º60.74%68.04%-
HSV(B)40º44.39%87.45%-
XYZ52.4853.9726.72-
YUV192.3489.43149.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=41.53%
G=35.38%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319012400.150.440.134060.7468.04
HexDFBE7C0F2CD283d44
Octal33727617401754155075104
Binary110111111011111011111000111110110011011010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE7C; }

 p { color: rgb(223,190,124); }

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

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

 a { background-color: rgb(223,190,124); }

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

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

 span { border-color: rgb(223,190,124); }

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