#DFBCA8

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

Shades of Just Right #DFBCA8

Tints of Just Right #DFBCA8

Color information

#DFBCA8 (or 0xDFBCA8) is unknown color: approx Just Right. HEX triplet: DF, BC and A8. RGB value is (223,188,168). Sum of RGB (Red+Green+Blue) = 223+188+168=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA8 is #204357. Grayscale: #C4C4C4. Windows color (decimal): -2114392 or 11058399. OLE color: 11058399.

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

Color convert

RGB223188168-
CMYK00.160.250.13
HSL21.82º46.22%76.67%-
HSV(B)21.82º24.66%87.45%-
XYZ55.4854.4844.64-
YUV196.18112.1147.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 168 (66.02% from 255) = 29.02%
R=38.51%
G=32.47%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816800.160.250.1321.8246.2276.67
HexDFBCA801019D162e4d
Octal33727425002031152656115
Binary110111111011110010101000010000110011101101101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA8; }

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

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

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

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

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

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

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

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