Shades of Blanc #D9D0BD
Tints of Blanc #D9D0BD
RGB
CMYK
RGB Variations
Color information
#D9D0BD (or 0xD9D0BD) is known color: Blanc. HEX triplet: D9, D0 and BD. RGB value is (217,208,189). Sum of RGB (Red+Green+Blue) = 217+208+189=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0BD is #262F42. Grayscale: #D0D0D0. Windows color (decimal): -2502467 or 12439769. OLE color: 12439769.
HSL color Cylindrical-coordinate representation of color #D9D0BD: hue angle of 40.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D0BD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 189 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.15 |
| HSL | 40.71º | 0.27% | 0.8% | - |
| HSV(B) | 40.71º | 0.13% | 0.85% | - |
| XYZ | 60.36 | 63.54 | 57.23 | - |
| YUV | 208.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 189 | 0 | 0.04 | 0.13 | 0.15 | 40.71 | 0.27 | 0.8 |
| Hex | D9 | D0 | BD | 0 | 4 | D | F | 29 | 1B | 50 |
| Octal | 331 | 320 | 275 | 0 | 4 | 15 | 17 | 51 | 33 | 120 |
| Binary | 11011001 | 11010000 | 10111101 | 0 | 100 | 1101 | 1111 | 101001 | 11011 | 1010000 |
Color Harmonies of #D9D0BD
Complementary color
Monochromatic Colors of #D9D0BD
Black with #D9D0BD
Text Example
Text Example
White with #D9D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0BD; }
p { color: rgb(217,208,189); }
H1.HeaderClassName
{
color: #D9D0BD;
}
.AnyTagClassName
{
color: #D9D0BD;
}
</style>
background-color css
<style>
a { background-color: #D9D0BD; }
a { background-color: rgb(217,208,189); }
div.DivClassName
{
background-color: #D9D0BD;
}
.BgClassName
{
background-color: #D9D0BD;
}
</style>
border-color css
<style>
span { border-color: #D9D0BD; }
span { border-color: rgb(217,208,189); }
td.TdClassName
{
border-color: #D9D0BD;
}
.TagClassName
{
border-color: #D9D0BD;
}
</style>