#DFBCA0

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

Shades of Just Right #DFBCA0

Tints of Just Right #DFBCA0

Color information

#DFBCA0 (or 0xDFBCA0) is unknown color: approx Just Right. HEX triplet: DF, BC and A0. RGB value is (223,188,160). Sum of RGB (Red+Green+Blue) = 223+188+160=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA0 is #20435F. Grayscale: #C3C3C3. Windows color (decimal): -2114400 or 10534111. OLE color: 10534111.

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

Color convert

RGB223188160-
CMYK00.160.280.13
HSL26.67º49.61%75.1%-
HSV(B)26.67º28.25%87.45%-
XYZ54.7654.1940.83-
YUV195.27108.1147.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=39.05%
G=32.92%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816000.160.280.1326.6749.6175.1
HexDFBCA00101CD1b324b
Octal33727424002034153362113
Binary110111111011110010100000010000111001101110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA0; }

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

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

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

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

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

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

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

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