Shades of Bon Jour #DCD7D3
Tints of Bon Jour #DCD7D3
RGB
CMYK
RGB Variations
Color information
#DCD7D3 (or 0xDCD7D3) is known color: Bon Jour. HEX triplet: DC, D7 and D3. RGB value is (220,215,211). Sum of RGB (Red+Green+Blue) = 220+215+211=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7D3 is #23282C. Grayscale: #D8D8D8. Windows color (decimal): -2304045 or 13883356. OLE color: 13883356.
HSL color Cylindrical-coordinate representation of color #DCD7D3: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD7D3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 215 | 211 | - |
CMYK | 0 | 0.02 | 0.04 | 0.14 |
HSL | 26.67º | 0.11% | 0.85% | - |
HSV(B) | 26.67º | 0.04% | 0.86% | - |
XYZ | 65.57 | 68.52 | 71.4 | - |
YUV | 216.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 211 | 0 | 0.02 | 0.04 | 0.14 | 26.67 | 0.11 | 0.85 |
Hex | DC | D7 | D3 | 0 | 2 | 4 | E | 1B | B | 55 |
Octal | 334 | 327 | 323 | 0 | 2 | 4 | 16 | 33 | 13 | 125 |
Binary | 11011100 | 11010111 | 11010011 | 0 | 10 | 100 | 1110 | 11011 | 1011 | 1010101 |
Color Harmonies of #DCD7D3
Complementary color
Monochromatic Colors of #DCD7D3
Black with #DCD7D3
Text Example
Text Example
White with #DCD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7D3; }
p { color: rgb(220,215,211); }
H1.HeaderClassName
{
color: #DCD7D3;
}
.AnyTagClassName
{
color: #DCD7D3;
}
</style>
background-color css
<style>
a { background-color: #DCD7D3; }
a { background-color: rgb(220,215,211); }
div.DivClassName
{
background-color: #DCD7D3;
}
.BgClassName
{
background-color: #DCD7D3;
}
</style>
border-color css
<style>
span { border-color: #DCD7D3; }
span { border-color: rgb(220,215,211); }
td.TdClassName
{
border-color: #DCD7D3;
}
.TagClassName
{
border-color: #DCD7D3;
}
</style>