#DFD6D0

Color #DFD6D0 Bon Jour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bon Jour #DFD6D0

Tints of Bon Jour #DFD6D0

Color information

#DFD6D0 (or 0xDFD6D0) is unknown color: approx Bon Jour. HEX triplet: DF, D6 and D0. RGB value is (223,214,208). Sum of RGB (Red+Green+Blue) = 223+214+208=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6D0 is #20292F. Grayscale: #D8D8D8. Windows color (decimal): -2107696 or 13686495. OLE color: 13686495.

HSL color Cylindrical-coordinate representation of color #DFD6D0: hue angle of 24º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD6D0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223214208-
CMYK00.040.070.13
HSL24º18.99%84.51%-
HSV(B)24º6.73%87.45%-
XYZ65.8668.3469.39-
YUV216.01123.48132.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 214 (83.98% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=34.57%
G=33.18%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321420800.040.070.132418.9984.51
HexDFD6D0047D181355
Octal337326320047153023125
Binary1101111111010110110100000100111110111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6D0; }

 p { color: rgb(223,214,208); }

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

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

 a { background-color: rgb(223,214,208); }

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

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

 span { border-color: rgb(223,214,208); }

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