Shades of Stark White #D4C5BA
Tints of Stark White #D4C5BA
RGB
CMYK
RGB Variations
Color information
#D4C5BA (or 0xD4C5BA) is known color: Stark White. HEX triplet: D4, C5 and BA. RGB value is (212,197,186). Sum of RGB (Red+Green+Blue) = 212+197+186=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5BA is #2B3A45. Grayscale: #C8C8C8. Windows color (decimal): -2832966 or 12240340. OLE color: 12240340.
HSL color Cylindrical-coordinate representation of color #D4C5BA: hue angle of 25.38º 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 #D4C5BA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 186 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.17 |
| HSL | 25.38º | 0.23% | 0.78% | - |
| HSV(B) | 25.38º | 0.12% | 0.83% | - |
| XYZ | 55.98 | 57.47 | 54.6 | - |
| YUV | 200.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 186 | 0 | 0.07 | 0.12 | 0.17 | 25.38 | 0.23 | 0.78 |
| Hex | D4 | C5 | BA | 0 | 7 | C | 11 | 19 | 17 | 4E |
| Octal | 324 | 305 | 272 | 0 | 7 | 14 | 21 | 31 | 27 | 116 |
| Binary | 11010100 | 11000101 | 10111010 | 0 | 111 | 1100 | 10001 | 11001 | 10111 | 1001110 |
Color Harmonies of #D4C5BA
Complementary color
Monochromatic Colors of #D4C5BA
Black with #D4C5BA
Text Example
Text Example
White with #D4C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5BA; }
p { color: rgb(212,197,186); }
H1.HeaderClassName
{
color: #D4C5BA;
}
.AnyTagClassName
{
color: #D4C5BA;
}
</style>
background-color css
<style>
a { background-color: #D4C5BA; }
a { background-color: rgb(212,197,186); }
div.DivClassName
{
background-color: #D4C5BA;
}
.BgClassName
{
background-color: #D4C5BA;
}
</style>
border-color css
<style>
span { border-color: #D4C5BA; }
span { border-color: rgb(212,197,186); }
td.TdClassName
{
border-color: #D4C5BA;
}
.TagClassName
{
border-color: #D4C5BA;
}
</style>