Shades of Stark White #D9C8B7
Tints of Stark White #D9C8B7
RGB
CMYK
RGB Variations
Color information
#D9C8B7 (or 0xD9C8B7) is known color: Stark White. HEX triplet: D9, C8 and B7. RGB value is (217,200,183). Sum of RGB (Red+Green+Blue) = 217+200+183=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8B7 is #263748. Grayscale: #CBCBCB. Windows color (decimal): -2504521 or 12044505. OLE color: 12044505.
HSL color Cylindrical-coordinate representation of color #D9C8B7: hue angle of 30º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C8B7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 183 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.15 |
| HSL | 30º | 0.31% | 0.78% | - |
| HSV(B) | 30º | 0.16% | 0.85% | - |
| XYZ | 57.82 | 59.48 | 53.23 | - |
| YUV | 203.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 183 | 0 | 0.08 | 0.16 | 0.15 | 30 | 0.31 | 0.78 |
| Hex | D9 | C8 | B7 | 0 | 8 | 10 | F | 1E | 1F | 4E |
| Octal | 331 | 310 | 267 | 0 | 10 | 20 | 17 | 36 | 37 | 116 |
| Binary | 11011001 | 11001000 | 10110111 | 0 | 1000 | 10000 | 1111 | 11110 | 11111 | 1001110 |
Color Harmonies of #D9C8B7
Complementary color
Monochromatic Colors of #D9C8B7
Black with #D9C8B7
Text Example
Text Example
White with #D9C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8B7; }
p { color: rgb(217,200,183); }
H1.HeaderClassName
{
color: #D9C8B7;
}
.AnyTagClassName
{
color: #D9C8B7;
}
</style>
background-color css
<style>
a { background-color: #D9C8B7; }
a { background-color: rgb(217,200,183); }
div.DivClassName
{
background-color: #D9C8B7;
}
.BgClassName
{
background-color: #D9C8B7;
}
</style>
border-color css
<style>
span { border-color: #D9C8B7; }
span { border-color: rgb(217,200,183); }
td.TdClassName
{
border-color: #D9C8B7;
}
.TagClassName
{
border-color: #D9C8B7;
}
</style>