Shades of Stark White #D9C7B2
Tints of Stark White #D9C7B2
RGB
CMYK
RGB Variations
Color information
#D9C7B2 (or 0xD9C7B2) is known color: Stark White. HEX triplet: D9, C7 and B2. RGB value is (217,199,178). Sum of RGB (Red+Green+Blue) = 217+199+178=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C7B2 is #26384D. Grayscale: #CACACA. Windows color (decimal): -2504782 or 11716569. OLE color: 11716569.
HSL color Cylindrical-coordinate representation of color #D9C7B2: hue angle of 32.31º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C7B2 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 178 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.15 |
| HSL | 32.31º | 0.34% | 0.77% | - |
| HSV(B) | 32.31º | 0.18% | 0.85% | - |
| XYZ | 57.07 | 58.81 | 50.46 | - |
| YUV | 201.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 178 | 0 | 0.08 | 0.18 | 0.15 | 32.31 | 0.34 | 0.77 |
| Hex | D9 | C7 | B2 | 0 | 8 | 12 | F | 20 | 22 | 4D |
| Octal | 331 | 307 | 262 | 0 | 10 | 22 | 17 | 40 | 42 | 115 |
| Binary | 11011001 | 11000111 | 10110010 | 0 | 1000 | 10010 | 1111 | 100000 | 100010 | 1001101 |
Color Harmonies of #D9C7B2
Complementary color
Monochromatic Colors of #D9C7B2
Black with #D9C7B2
Text Example
Text Example
White with #D9C7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7B2; }
p { color: rgb(217,199,178); }
H1.HeaderClassName
{
color: #D9C7B2;
}
.AnyTagClassName
{
color: #D9C7B2;
}
</style>
background-color css
<style>
a { background-color: #D9C7B2; }
a { background-color: rgb(217,199,178); }
div.DivClassName
{
background-color: #D9C7B2;
}
.BgClassName
{
background-color: #D9C7B2;
}
</style>
border-color css
<style>
span { border-color: #D9C7B2; }
span { border-color: rgb(217,199,178); }
td.TdClassName
{
border-color: #D9C7B2;
}
.TagClassName
{
border-color: #D9C7B2;
}
</style>