Shades of Stark White #D8C7AF
Tints of Stark White #D8C7AF
RGB
CMYK
RGB Variations
Color information
#D8C7AF (or 0xD8C7AF) is known color: Stark White. HEX triplet: D8, C7 and AF. RGB value is (216,199,175). Sum of RGB (Red+Green+Blue) = 216+199+175=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7AF is #273850. Grayscale: #C9C9C9. Windows color (decimal): -2570321 or 11519960. OLE color: 11519960.
HSL color Cylindrical-coordinate representation of color #D8C7AF: hue angle of 35.12º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C7AF is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 175 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.15 |
| HSL | 35.12º | 0.34% | 0.77% | - |
| HSV(B) | 35.12º | 0.19% | 0.85% | - |
| XYZ | 56.48 | 58.54 | 48.88 | - |
| YUV | 201.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 175 | 0 | 0.08 | 0.19 | 0.15 | 35.12 | 0.34 | 0.77 |
| Hex | D8 | C7 | AF | 0 | 8 | 13 | F | 23 | 22 | 4D |
| Octal | 330 | 307 | 257 | 0 | 10 | 23 | 17 | 43 | 42 | 115 |
| Binary | 11011000 | 11000111 | 10101111 | 0 | 1000 | 10011 | 1111 | 100011 | 100010 | 1001101 |
Color Harmonies of #D8C7AF
Complementary color
Monochromatic Colors of #D8C7AF
Black with #D8C7AF
Text Example
Text Example
White with #D8C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C7AF; }
p { color: rgb(216,199,175); }
H1.HeaderClassName
{
color: #D8C7AF;
}
.AnyTagClassName
{
color: #D8C7AF;
}
</style>
background-color css
<style>
a { background-color: #D8C7AF; }
a { background-color: rgb(216,199,175); }
div.DivClassName
{
background-color: #D8C7AF;
}
.BgClassName
{
background-color: #D8C7AF;
}
</style>
border-color css
<style>
span { border-color: #D8C7AF; }
span { border-color: rgb(216,199,175); }
td.TdClassName
{
border-color: #D8C7AF;
}
.TagClassName
{
border-color: #D8C7AF;
}
</style>