Shades of Stark White #D7C8B3
Tints of Stark White #D7C8B3
RGB
CMYK
RGB Variations
Color information
#D7C8B3 (or 0xD7C8B3) is known color: Stark White. HEX triplet: D7, C8 and B3. RGB value is (215,200,179). Sum of RGB (Red+Green+Blue) = 215+200+179=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8B3 is #28374C. Grayscale: #CACACA. Windows color (decimal): -2635597 or 11782359. OLE color: 11782359.
HSL color Cylindrical-coordinate representation of color #D7C8B3: hue angle of 35º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7C8B3 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 179 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.16 |
| HSL | 35º | 0.31% | 0.77% | - |
| HSV(B) | 35º | 0.17% | 0.84% | - |
| XYZ | 56.82 | 59.01 | 51.04 | - |
| YUV | 202.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 179 | 0 | 0.07 | 0.17 | 0.16 | 35 | 0.31 | 0.77 |
| Hex | D7 | C8 | B3 | 0 | 7 | 11 | 10 | 23 | 1F | 4D |
| Octal | 327 | 310 | 263 | 0 | 7 | 21 | 20 | 43 | 37 | 115 |
| Binary | 11010111 | 11001000 | 10110011 | 0 | 111 | 10001 | 10000 | 100011 | 11111 | 1001101 |
Color Harmonies of #D7C8B3
Complementary color
Monochromatic Colors of #D7C8B3
Black with #D7C8B3
Text Example
Text Example
White with #D7C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8B3; }
p { color: rgb(215,200,179); }
H1.HeaderClassName
{
color: #D7C8B3;
}
.AnyTagClassName
{
color: #D7C8B3;
}
</style>
background-color css
<style>
a { background-color: #D7C8B3; }
a { background-color: rgb(215,200,179); }
div.DivClassName
{
background-color: #D7C8B3;
}
.BgClassName
{
background-color: #D7C8B3;
}
</style>
border-color css
<style>
span { border-color: #D7C8B3; }
span { border-color: rgb(215,200,179); }
td.TdClassName
{
border-color: #D7C8B3;
}
.TagClassName
{
border-color: #D7C8B3;
}
</style>