Shades of Stark White #D4C9BB
Tints of Stark White #D4C9BB
RGB
CMYK
RGB Variations
Color information
#D4C9BB (or 0xD4C9BB) is known color: Stark White. HEX triplet: D4, C9 and BB. RGB value is (212,201,187). Sum of RGB (Red+Green+Blue) = 212+201+187=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9BB is #2B3644. Grayscale: #CACACA. Windows color (decimal): -2831941 or 12306900. OLE color: 12306900.
HSL color Cylindrical-coordinate representation of color #D4C9BB: hue angle of 33.6º 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 #D4C9BB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 187 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.17 |
| HSL | 33.6º | 0.23% | 0.78% | - |
| HSV(B) | 33.6º | 0.12% | 0.83% | - |
| XYZ | 57.01 | 59.36 | 55.47 | - |
| YUV | 202.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 187 | 0 | 0.05 | 0.12 | 0.17 | 33.6 | 0.23 | 0.78 |
| Hex | D4 | C9 | BB | 0 | 5 | C | 11 | 22 | 17 | 4E |
| Octal | 324 | 311 | 273 | 0 | 5 | 14 | 21 | 42 | 27 | 116 |
| Binary | 11010100 | 11001001 | 10111011 | 0 | 101 | 1100 | 10001 | 100010 | 10111 | 1001110 |
Color Harmonies of #D4C9BB
Complementary color
Monochromatic Colors of #D4C9BB
Black with #D4C9BB
Text Example
Text Example
White with #D4C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9BB; }
p { color: rgb(212,201,187); }
H1.HeaderClassName
{
color: #D4C9BB;
}
.AnyTagClassName
{
color: #D4C9BB;
}
</style>
background-color css
<style>
a { background-color: #D4C9BB; }
a { background-color: rgb(212,201,187); }
div.DivClassName
{
background-color: #D4C9BB;
}
.BgClassName
{
background-color: #D4C9BB;
}
</style>
border-color css
<style>
span { border-color: #D4C9BB; }
span { border-color: rgb(212,201,187); }
td.TdClassName
{
border-color: #D4C9BB;
}
.TagClassName
{
border-color: #D4C9BB;
}
</style>