#DFBCAD

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

Shades of Just Right #DFBCAD

Tints of Just Right #DFBCAD

Color information

#DFBCAD (or 0xDFBCAD) is unknown color: approx Just Right. HEX triplet: DF, BC and AD. RGB value is (223,188,173). Sum of RGB (Red+Green+Blue) = 223+188+173=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCAD is #204352. Grayscale: #C4C4C4. Windows color (decimal): -2114387 or 11386079. OLE color: 11386079.

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

Color convert

RGB223188173-
CMYK00.160.220.13
HSL18º43.86%77.65%-
HSV(B)18º22.42%87.45%-
XYZ55.9654.6747.14-
YUV196.76114.6146.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=38.18%
G=32.19%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318817300.160.220.131843.8677.65
HexDFBCAD01016D122c4e
Octal33727425502026152254116
Binary110111111011110010101101010000101101101100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCAD; }

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

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

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

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

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

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

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

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