Shades of Stark White #D9C8AE
Tints of Stark White #D9C8AE
RGB
CMYK
RGB Variations
Color information
#D9C8AE (or 0xD9C8AE) is known color: Stark White. HEX triplet: D9, C8 and AE. RGB value is (217,200,174). Sum of RGB (Red+Green+Blue) = 217+200+174=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8AE is #263751. Grayscale: #CACACA. Windows color (decimal): -2504530 or 11454681. OLE color: 11454681.
HSL color Cylindrical-coordinate representation of color #D9C8AE: hue angle of 36.28º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C8AE is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 174 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.15 |
| HSL | 36.28º | 0.36% | 0.77% | - |
| HSV(B) | 36.28º | 0.2% | 0.85% | - |
| XYZ | 56.91 | 59.12 | 48.46 | - |
| YUV | 202.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 174 | 0 | 0.08 | 0.20 | 0.15 | 36.28 | 0.36 | 0.77 |
| Hex | D9 | C8 | AE | 0 | 8 | 14 | F | 24 | 24 | 4D |
| Octal | 331 | 310 | 256 | 0 | 10 | 24 | 17 | 44 | 44 | 115 |
| Binary | 11011001 | 11001000 | 10101110 | 0 | 1000 | 10100 | 1111 | 100100 | 100100 | 1001101 |
Color Harmonies of #D9C8AE
Complementary color
Monochromatic Colors of #D9C8AE
Black with #D9C8AE
Text Example
Text Example
White with #D9C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8AE; }
p { color: rgb(217,200,174); }
H1.HeaderClassName
{
color: #D9C8AE;
}
.AnyTagClassName
{
color: #D9C8AE;
}
</style>
background-color css
<style>
a { background-color: #D9C8AE; }
a { background-color: rgb(217,200,174); }
div.DivClassName
{
background-color: #D9C8AE;
}
.BgClassName
{
background-color: #D9C8AE;
}
</style>
border-color css
<style>
span { border-color: #D9C8AE; }
span { border-color: rgb(217,200,174); }
td.TdClassName
{
border-color: #D9C8AE;
}
.TagClassName
{
border-color: #D9C8AE;
}
</style>