Shades of Stark White #D5C9BA
Tints of Stark White #D5C9BA
RGB
CMYK
RGB Variations
Color information
#D5C9BA (or 0xD5C9BA) is known color: Stark White. HEX triplet: D5, C9 and BA. RGB value is (213,201,186). Sum of RGB (Red+Green+Blue) = 213+201+186=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9BA is #2A3645. Grayscale: #CACACA. Windows color (decimal): -2766406 or 12241365. OLE color: 12241365.
HSL color Cylindrical-coordinate representation of color #D5C9BA: hue angle of 33.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C9BA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 186 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.16 |
| HSL | 33.33º | 0.24% | 0.78% | - |
| HSV(B) | 33.33º | 0.13% | 0.84% | - |
| XYZ | 57.19 | 59.46 | 54.92 | - |
| YUV | 202.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 186 | 0 | 0.06 | 0.13 | 0.16 | 33.33 | 0.24 | 0.78 |
| Hex | D5 | C9 | BA | 0 | 6 | D | 10 | 21 | 18 | 4E |
| Octal | 325 | 311 | 272 | 0 | 6 | 15 | 20 | 41 | 30 | 116 |
| Binary | 11010101 | 11001001 | 10111010 | 0 | 110 | 1101 | 10000 | 100001 | 11000 | 1001110 |
Color Harmonies of #D5C9BA
Complementary color
Monochromatic Colors of #D5C9BA
Black with #D5C9BA
Text Example
Text Example
White with #D5C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9BA; }
p { color: rgb(213,201,186); }
H1.HeaderClassName
{
color: #D5C9BA;
}
.AnyTagClassName
{
color: #D5C9BA;
}
</style>
background-color css
<style>
a { background-color: #D5C9BA; }
a { background-color: rgb(213,201,186); }
div.DivClassName
{
background-color: #D5C9BA;
}
.BgClassName
{
background-color: #D5C9BA;
}
</style>
border-color css
<style>
span { border-color: #D5C9BA; }
span { border-color: rgb(213,201,186); }
td.TdClassName
{
border-color: #D5C9BA;
}
.TagClassName
{
border-color: #D5C9BA;
}
</style>