#DFD7D1

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

Shades of Bon Jour #DFD7D1

Tints of Bon Jour #DFD7D1

Color information

#DFD7D1 (or 0xDFD7D1) is unknown color: approx Bon Jour. HEX triplet: DF, D7 and D1. RGB value is (223,215,209). Sum of RGB (Red+Green+Blue) = 223+215+209=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D1 is #20282E. Grayscale: #D8D8D8. Windows color (decimal): -2107439 or 13752287. OLE color: 13752287.

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

Color convert

RGB223215209-
CMYK00.040.060.13
HSL25.71º17.95%84.71%-
HSV(B)25.71º6.28%87.45%-
XYZ66.2468.8970.13-
YUV216.71123.65132.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 209 (82.03% from 255) = 32.30%
R=34.47%
G=33.23%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321520900.040.060.1325.7117.9584.71
HexDFD7D1046D1a1255
Octal337327321046153222125
Binary1101111111010111110100010100110110111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7D1; }

 p { color: rgb(223,215,209); }

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

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

 a { background-color: rgb(223,215,209); }

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

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

 span { border-color: rgb(223,215,209); }

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