#DFBCAA

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

Shades of Just Right #DFBCAA

Tints of Just Right #DFBCAA

Color information

#DFBCAA (or 0xDFBCAA) is unknown color: approx Just Right. HEX triplet: DF, BC and AA. RGB value is (223,188,170). Sum of RGB (Red+Green+Blue) = 223+188+170=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCAA is #204355. Grayscale: #C4C4C4. Windows color (decimal): -2114390 or 11189471. OLE color: 11189471.

HSL color Cylindrical-coordinate representation of color #DFBCAA: hue angle of 20.38º degrees, saturation: 0.45, 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 #DFBCAA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223188170-
CMYK00.160.240.13
HSL20.38º45.3%77.06%-
HSV(B)20.38º23.77%87.45%-
XYZ55.6754.5645.63-
YUV196.41113.1146.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=38.38%
G=32.36%
B=29.26%

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
Decimal22318817000.160.240.1320.3845.377.06
HexDFBCAA01018D142d4d
Octal33727425202030152455115
Binary110111111011110010101010010000110001101101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCAA; }

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

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

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

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

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

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

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

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