#DFBCA9

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

Shades of Just Right #DFBCA9

Tints of Just Right #DFBCA9

Color information

#DFBCA9 (or 0xDFBCA9) is unknown color: approx Just Right. HEX triplet: DF, BC and A9. RGB value is (223,188,169). Sum of RGB (Red+Green+Blue) = 223+188+169=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA9 is #204356. Grayscale: #C4C4C4. Windows color (decimal): -2114391 or 11123935. OLE color: 11123935.

HSL color Cylindrical-coordinate representation of color #DFBCA9: hue angle of 21.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBCA9 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223188169-
CMYK00.160.240.13
HSL21.11º45.76%76.86%-
HSV(B)21.11º24.22%87.45%-
XYZ55.5854.5245.13-
YUV196.3112.6147.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=38.45%
G=32.41%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816900.160.240.1321.1145.7676.86
HexDFBCA901018D152e4d
Octal33727425102030152556115
Binary110111111011110010101001010000110001101101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA9; }

 p { color: rgb(223,188,169); }

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

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

 a { background-color: rgb(223,188,169); }

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

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

 span { border-color: rgb(223,188,169); }

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