Shades of Stark White #D4C5B4
Tints of Stark White #D4C5B4
RGB
CMYK
RGB Variations
Color information
#D4C5B4 (or 0xD4C5B4) is known color: Stark White. HEX triplet: D4, C5 and B4. RGB value is (212,197,180). Sum of RGB (Red+Green+Blue) = 212+197+180=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5B4 is #2B3A4B. Grayscale: #C7C7C7. Windows color (decimal): -2832972 or 11847124. OLE color: 11847124.
HSL color Cylindrical-coordinate representation of color #D4C5B4: hue angle of 31.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4C5B4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 197 | 180 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.17 |
| HSL | 31.88º | 0.27% | 0.77% | - |
| HSV(B) | 31.88º | 0.15% | 0.83% | - |
| XYZ | 55.36 | 57.22 | 51.31 | - |
| YUV | 199.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 180 | 0 | 0.07 | 0.15 | 0.17 | 31.88 | 0.27 | 0.77 |
| Hex | D4 | C5 | B4 | 0 | 7 | F | 11 | 20 | 1B | 4D |
| Octal | 324 | 305 | 264 | 0 | 7 | 17 | 21 | 40 | 33 | 115 |
| Binary | 11010100 | 11000101 | 10110100 | 0 | 111 | 1111 | 10001 | 100000 | 11011 | 1001101 |
Color Harmonies of #D4C5B4
Complementary color
Monochromatic Colors of #D4C5B4
Black with #D4C5B4
Text Example
Text Example
White with #D4C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5B4; }
p { color: rgb(212,197,180); }
H1.HeaderClassName
{
color: #D4C5B4;
}
.AnyTagClassName
{
color: #D4C5B4;
}
</style>
background-color css
<style>
a { background-color: #D4C5B4; }
a { background-color: rgb(212,197,180); }
div.DivClassName
{
background-color: #D4C5B4;
}
.BgClassName
{
background-color: #D4C5B4;
}
</style>
border-color css
<style>
span { border-color: #D4C5B4; }
span { border-color: rgb(212,197,180); }
td.TdClassName
{
border-color: #D4C5B4;
}
.TagClassName
{
border-color: #D4C5B4;
}
</style>