Shades of Stark White #D4C9BA
Tints of Stark White #D4C9BA
RGB
CMYK
RGB Variations
Color information
#D4C9BA (or 0xD4C9BA) is known color: Stark White. HEX triplet: D4, C9 and BA. RGB value is (212,201,186). Sum of RGB (Red+Green+Blue) = 212+201+186=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9BA is #2B3645. Grayscale: #CACACA. Windows color (decimal): -2831942 or 12241364. OLE color: 12241364.
HSL color Cylindrical-coordinate representation of color #D4C9BA: hue angle of 34.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C9BA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 186 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.17 |
| HSL | 34.62º | 0.23% | 0.78% | - |
| HSV(B) | 34.62º | 0.12% | 0.83% | - |
| XYZ | 56.9 | 59.32 | 54.9 | - |
| YUV | 202.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 186 | 0 | 0.05 | 0.12 | 0.17 | 34.62 | 0.23 | 0.78 |
| Hex | D4 | C9 | BA | 0 | 5 | C | 11 | 23 | 17 | 4E |
| Octal | 324 | 311 | 272 | 0 | 5 | 14 | 21 | 43 | 27 | 116 |
| Binary | 11010100 | 11001001 | 10111010 | 0 | 101 | 1100 | 10001 | 100011 | 10111 | 1001110 |
Color Harmonies of #D4C9BA
Complementary color
Monochromatic Colors of #D4C9BA
Black with #D4C9BA
Text Example
Text Example
White with #D4C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9BA; }
p { color: rgb(212,201,186); }
H1.HeaderClassName
{
color: #D4C9BA;
}
.AnyTagClassName
{
color: #D4C9BA;
}
</style>
background-color css
<style>
a { background-color: #D4C9BA; }
a { background-color: rgb(212,201,186); }
div.DivClassName
{
background-color: #D4C9BA;
}
.BgClassName
{
background-color: #D4C9BA;
}
</style>
border-color css
<style>
span { border-color: #D4C9BA; }
span { border-color: rgb(212,201,186); }
td.TdClassName
{
border-color: #D4C9BA;
}
.TagClassName
{
border-color: #D4C9BA;
}
</style>