Shades of Stark White #D7CAB9
Tints of Stark White #D7CAB9
RGB
CMYK
RGB Variations
Color information
#D7CAB9 (or 0xD7CAB9) is known color: Stark White. HEX triplet: D7, CA and B9. RGB value is (215,202,185). Sum of RGB (Red+Green+Blue) = 215+202+185=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAB9 is #283546. Grayscale: #CCCCCC. Windows color (decimal): -2635079 or 12176087. OLE color: 12176087.
HSL color Cylindrical-coordinate representation of color #D7CAB9: hue angle of 34º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CAB9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 185 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.16 |
| HSL | 34º | 0.27% | 0.78% | - |
| HSV(B) | 34º | 0.14% | 0.84% | - |
| XYZ | 57.9 | 60.19 | 54.47 | - |
| YUV | 203.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 185 | 0 | 0.06 | 0.14 | 0.16 | 34 | 0.27 | 0.78 |
| Hex | D7 | CA | B9 | 0 | 6 | E | 10 | 22 | 1B | 4E |
| Octal | 327 | 312 | 271 | 0 | 6 | 16 | 20 | 42 | 33 | 116 |
| Binary | 11010111 | 11001010 | 10111001 | 0 | 110 | 1110 | 10000 | 100010 | 11011 | 1001110 |
Color Harmonies of #D7CAB9
Complementary color
Monochromatic Colors of #D7CAB9
Black with #D7CAB9
Text Example
Text Example
White with #D7CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAB9; }
p { color: rgb(215,202,185); }
H1.HeaderClassName
{
color: #D7CAB9;
}
.AnyTagClassName
{
color: #D7CAB9;
}
</style>
background-color css
<style>
a { background-color: #D7CAB9; }
a { background-color: rgb(215,202,185); }
div.DivClassName
{
background-color: #D7CAB9;
}
.BgClassName
{
background-color: #D7CAB9;
}
</style>
border-color css
<style>
span { border-color: #D7CAB9; }
span { border-color: rgb(215,202,185); }
td.TdClassName
{
border-color: #D7CAB9;
}
.TagClassName
{
border-color: #D7CAB9;
}
</style>