Shades of Stark White #D3C9B7
Tints of Stark White #D3C9B7
RGB
CMYK
RGB Variations
Color information
#D3C9B7 (or 0xD3C9B7) is known color: Stark White. HEX triplet: D3, C9 and B7. RGB value is (211,201,183). Sum of RGB (Red+Green+Blue) = 211+201+183=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9B7 is #2C3648. Grayscale: #CACACA. Windows color (decimal): -2897481 or 12044755. OLE color: 12044755.
HSL color Cylindrical-coordinate representation of color #D3C9B7: hue angle of 38.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C9B7 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 183 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.17 |
| HSL | 38.57º | 0.24% | 0.77% | - |
| HSV(B) | 38.57º | 0.13% | 0.83% | - |
| XYZ | 56.3 | 59.04 | 53.23 | - |
| YUV | 201.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 183 | 0 | 0.05 | 0.13 | 0.17 | 38.57 | 0.24 | 0.77 |
| Hex | D3 | C9 | B7 | 0 | 5 | D | 11 | 27 | 18 | 4D |
| Octal | 323 | 311 | 267 | 0 | 5 | 15 | 21 | 47 | 30 | 115 |
| Binary | 11010011 | 11001001 | 10110111 | 0 | 101 | 1101 | 10001 | 100111 | 11000 | 1001101 |
Color Harmonies of #D3C9B7
Complementary color
Monochromatic Colors of #D3C9B7
Black with #D3C9B7
Text Example
Text Example
White with #D3C9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9B7; }
p { color: rgb(211,201,183); }
H1.HeaderClassName
{
color: #D3C9B7;
}
.AnyTagClassName
{
color: #D3C9B7;
}
</style>
background-color css
<style>
a { background-color: #D3C9B7; }
a { background-color: rgb(211,201,183); }
div.DivClassName
{
background-color: #D3C9B7;
}
.BgClassName
{
background-color: #D3C9B7;
}
</style>
border-color css
<style>
span { border-color: #D3C9B7; }
span { border-color: rgb(211,201,183); }
td.TdClassName
{
border-color: #D3C9B7;
}
.TagClassName
{
border-color: #D3C9B7;
}
</style>