Shades of Stark White #D8C9B9
Tints of Stark White #D8C9B9
RGB
CMYK
RGB Variations
Color information
#D8C9B9 (or 0xD8C9B9) is known color: Stark White. HEX triplet: D8, C9 and B9. RGB value is (216,201,185). Sum of RGB (Red+Green+Blue) = 216+201+185=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9B9 is #273646. Grayscale: #CBCBCB. Windows color (decimal): -2569799 or 12175832. OLE color: 12175832.
HSL color Cylindrical-coordinate representation of color #D8C9B9: hue angle of 30.97º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C9B9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 185 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.15 |
| HSL | 30.97º | 0.28% | 0.79% | - |
| HSV(B) | 30.97º | 0.14% | 0.85% | - |
| XYZ | 57.96 | 59.88 | 54.4 | - |
| YUV | 203.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 185 | 0 | 0.07 | 0.14 | 0.15 | 30.97 | 0.28 | 0.79 |
| Hex | D8 | C9 | B9 | 0 | 7 | E | F | 1F | 1C | 4F |
| Octal | 330 | 311 | 271 | 0 | 7 | 16 | 17 | 37 | 34 | 117 |
| Binary | 11011000 | 11001001 | 10111001 | 0 | 111 | 1110 | 1111 | 11111 | 11100 | 1001111 |
Color Harmonies of #D8C9B9
Complementary color
Monochromatic Colors of #D8C9B9
Black with #D8C9B9
Text Example
Text Example
White with #D8C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9B9; }
p { color: rgb(216,201,185); }
H1.HeaderClassName
{
color: #D8C9B9;
}
.AnyTagClassName
{
color: #D8C9B9;
}
</style>
background-color css
<style>
a { background-color: #D8C9B9; }
a { background-color: rgb(216,201,185); }
div.DivClassName
{
background-color: #D8C9B9;
}
.BgClassName
{
background-color: #D8C9B9;
}
</style>
border-color css
<style>
span { border-color: #D8C9B9; }
span { border-color: rgb(216,201,185); }
td.TdClassName
{
border-color: #D8C9B9;
}
.TagClassName
{
border-color: #D8C9B9;
}
</style>