Shades of Stark White #D9C8B5
Tints of Stark White #D9C8B5
RGB
CMYK
RGB Variations
Color information
#D9C8B5 (or 0xD9C8B5) is known color: Stark White. HEX triplet: D9, C8 and B5. RGB value is (217,200,181). Sum of RGB (Red+Green+Blue) = 217+200+181=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8B5 is #26374A. Grayscale: #CBCBCB. Windows color (decimal): -2504523 or 11913433. OLE color: 11913433.
HSL color Cylindrical-coordinate representation of color #D9C8B5: hue angle of 31.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C8B5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 200 | 181 | - |
CMYK | 0 | 0.08 | 0.17 | 0.15 |
HSL | 31.67º | 0.32% | 0.78% | - |
HSV(B) | 31.67º | 0.17% | 0.85% | - |
XYZ | 57.61 | 59.4 | 52.14 | - |
YUV | 202.92 | 115.63 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 200 | 181 | 0 | 0.08 | 0.17 | 0.15 | 31.67 | 0.32 | 0.78 |
Hex | D9 | C8 | B5 | 0 | 8 | 11 | F | 20 | 20 | 4E |
Octal | 331 | 310 | 265 | 0 | 10 | 21 | 17 | 40 | 40 | 116 |
Binary | 11011001 | 11001000 | 10110101 | 0 | 1000 | 10001 | 1111 | 100000 | 100000 | 1001110 |
Color Harmonies of #D9C8B5
Complementary color
Monochromatic Colors of #D9C8B5
Black with #D9C8B5
Text Example
Text Example
White with #D9C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8B5; }
p { color: rgb(217,200,181); }
H1.HeaderClassName
{
color: #D9C8B5;
}
.AnyTagClassName
{
color: #D9C8B5;
}
</style>
background-color css
<style>
a { background-color: #D9C8B5; }
a { background-color: rgb(217,200,181); }
div.DivClassName
{
background-color: #D9C8B5;
}
.BgClassName
{
background-color: #D9C8B5;
}
</style>
border-color css
<style>
span { border-color: #D9C8B5; }
span { border-color: rgb(217,200,181); }
td.TdClassName
{
border-color: #D9C8B5;
}
.TagClassName
{
border-color: #D9C8B5;
}
</style>