Shades of Stark White #D7C6BA
Tints of Stark White #D7C6BA
RGB
CMYK
RGB Variations
Color information
#D7C6BA (or 0xD7C6BA) is known color: Stark White. HEX triplet: D7, C6 and BA. RGB value is (215,198,186). Sum of RGB (Red+Green+Blue) = 215+198+186=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6BA is #283945. Grayscale: #C9C9C9. Windows color (decimal): -2636102 or 12240599. OLE color: 12240599.
HSL color Cylindrical-coordinate representation of color #D7C6BA: hue angle of 24.83º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7C6BA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 186 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.16 |
| HSL | 24.83º | 0.27% | 0.79% | - |
| HSV(B) | 24.83º | 0.13% | 0.84% | - |
| XYZ | 57.08 | 58.38 | 54.71 | - |
| YUV | 201.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 186 | 0 | 0.08 | 0.13 | 0.16 | 24.83 | 0.27 | 0.79 |
| Hex | D7 | C6 | BA | 0 | 8 | D | 10 | 19 | 1B | 4F |
| Octal | 327 | 306 | 272 | 0 | 10 | 15 | 20 | 31 | 33 | 117 |
| Binary | 11010111 | 11000110 | 10111010 | 0 | 1000 | 1101 | 10000 | 11001 | 11011 | 1001111 |
Color Harmonies of #D7C6BA
Complementary color
Monochromatic Colors of #D7C6BA
Black with #D7C6BA
Text Example
Text Example
White with #D7C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C6BA; }
p { color: rgb(215,198,186); }
H1.HeaderClassName
{
color: #D7C6BA;
}
.AnyTagClassName
{
color: #D7C6BA;
}
</style>
background-color css
<style>
a { background-color: #D7C6BA; }
a { background-color: rgb(215,198,186); }
div.DivClassName
{
background-color: #D7C6BA;
}
.BgClassName
{
background-color: #D7C6BA;
}
</style>
border-color css
<style>
span { border-color: #D7C6BA; }
span { border-color: rgb(215,198,186); }
td.TdClassName
{
border-color: #D7C6BA;
}
.TagClassName
{
border-color: #D7C6BA;
}
</style>