Shades of Stark White #D4C7BC
Tints of Stark White #D4C7BC
RGB
CMYK
RGB Variations
Color information
#D4C7BC (or 0xD4C7BC) is known color: Stark White. HEX triplet: D4, C7 and BC. RGB value is (212,199,188). Sum of RGB (Red+Green+Blue) = 212+199+188=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7BC is #2B3843. Grayscale: #C9C9C9. Windows color (decimal): -2832452 or 12371924. OLE color: 12371924.
HSL color Cylindrical-coordinate representation of color #D4C7BC: hue angle of 27.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C7BC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 188 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.17 |
| HSL | 27.5º | 0.22% | 0.78% | - |
| HSV(B) | 27.5º | 0.11% | 0.83% | - |
| XYZ | 56.65 | 58.47 | 55.88 | - |
| YUV | 201.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 188 | 0 | 0.06 | 0.11 | 0.17 | 27.5 | 0.22 | 0.78 |
| Hex | D4 | C7 | BC | 0 | 6 | B | 11 | 1C | 16 | 4E |
| Octal | 324 | 307 | 274 | 0 | 6 | 13 | 21 | 34 | 26 | 116 |
| Binary | 11010100 | 11000111 | 10111100 | 0 | 110 | 1011 | 10001 | 11100 | 10110 | 1001110 |
Color Harmonies of #D4C7BC
Complementary color
Monochromatic Colors of #D4C7BC
Black with #D4C7BC
Text Example
Text Example
White with #D4C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7BC; }
p { color: rgb(212,199,188); }
H1.HeaderClassName
{
color: #D4C7BC;
}
.AnyTagClassName
{
color: #D4C7BC;
}
</style>
background-color css
<style>
a { background-color: #D4C7BC; }
a { background-color: rgb(212,199,188); }
div.DivClassName
{
background-color: #D4C7BC;
}
.BgClassName
{
background-color: #D4C7BC;
}
</style>
border-color css
<style>
span { border-color: #D4C7BC; }
span { border-color: rgb(212,199,188); }
td.TdClassName
{
border-color: #D4C7BC;
}
.TagClassName
{
border-color: #D4C7BC;
}
</style>