Shades of Bon Jour #DFD7D0
Tints of Bon Jour #DFD7D0
RGB
CMYK
RGB Variations
Color information
#DFD7D0 (or 0xDFD7D0) is known color: Bon Jour. HEX triplet: DF, D7 and D0. RGB value is (223,215,208). Sum of RGB (Red+Green+Blue) = 223+215+208=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D0 is #20282F. Grayscale: #D8D8D8. Windows color (decimal): -2107440 or 13686751. OLE color: 13686751.
HSL color Cylindrical-coordinate representation of color #DFD7D0: hue angle of 28º 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 #DFD7D0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 208 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.13 |
| HSL | 28º | 0.19% | 0.85% | - |
| HSV(B) | 28º | 0.07% | 0.87% | - |
| XYZ | 66.12 | 68.84 | 69.48 | - |
| YUV | 216.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 208 | 0 | 0.04 | 0.07 | 0.13 | 28 | 0.19 | 0.85 |
| Hex | DF | D7 | D0 | 0 | 4 | 7 | D | 1C | 13 | 55 |
| Octal | 337 | 327 | 320 | 0 | 4 | 7 | 15 | 34 | 23 | 125 |
| Binary | 11011111 | 11010111 | 11010000 | 0 | 100 | 111 | 1101 | 11100 | 10011 | 1010101 |
Color Harmonies of #DFD7D0
Complementary color
Monochromatic Colors of #DFD7D0
Black with #DFD7D0
Text Example
Text Example
White with #DFD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7D0; }
p { color: rgb(223,215,208); }
H1.HeaderClassName
{
color: #DFD7D0;
}
.AnyTagClassName
{
color: #DFD7D0;
}
</style>
background-color css
<style>
a { background-color: #DFD7D0; }
a { background-color: rgb(223,215,208); }
div.DivClassName
{
background-color: #DFD7D0;
}
.BgClassName
{
background-color: #DFD7D0;
}
</style>
border-color css
<style>
span { border-color: #DFD7D0; }
span { border-color: rgb(223,215,208); }
td.TdClassName
{
border-color: #DFD7D0;
}
.TagClassName
{
border-color: #DFD7D0;
}
</style>