Shades of Stark White #D9C9B7
Tints of Stark White #D9C9B7
RGB
CMYK
RGB Variations
Color information
#D9C9B7 (or 0xD9C9B7) is known color: Stark White. HEX triplet: D9, C9 and B7. RGB value is (217,201,183). Sum of RGB (Red+Green+Blue) = 217+201+183=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9B7 is #263648. Grayscale: #CBCBCB. Windows color (decimal): -2504265 or 12044761. OLE color: 12044761.
HSL color Cylindrical-coordinate representation of color #D9C9B7: hue angle of 31.76º 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 #D9C9B7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 183 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.15 |
| HSL | 31.76º | 0.31% | 0.78% | - |
| HSV(B) | 31.76º | 0.16% | 0.85% | - |
| XYZ | 58.05 | 59.94 | 53.31 | - |
| YUV | 203.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 183 | 0 | 0.07 | 0.16 | 0.15 | 31.76 | 0.31 | 0.78 |
| Hex | D9 | C9 | B7 | 0 | 7 | 10 | F | 20 | 1F | 4E |
| Octal | 331 | 311 | 267 | 0 | 7 | 20 | 17 | 40 | 37 | 116 |
| Binary | 11011001 | 11001001 | 10110111 | 0 | 111 | 10000 | 1111 | 100000 | 11111 | 1001110 |
Color Harmonies of #D9C9B7
Complementary color
Monochromatic Colors of #D9C9B7
Black with #D9C9B7
Text Example
Text Example
White with #D9C9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9B7; }
p { color: rgb(217,201,183); }
H1.HeaderClassName
{
color: #D9C9B7;
}
.AnyTagClassName
{
color: #D9C9B7;
}
</style>
background-color css
<style>
a { background-color: #D9C9B7; }
a { background-color: rgb(217,201,183); }
div.DivClassName
{
background-color: #D9C9B7;
}
.BgClassName
{
background-color: #D9C9B7;
}
</style>
border-color css
<style>
span { border-color: #D9C9B7; }
span { border-color: rgb(217,201,183); }
td.TdClassName
{
border-color: #D9C9B7;
}
.TagClassName
{
border-color: #D9C9B7;
}
</style>