Shades of Stark White #D9C7B6
Tints of Stark White #D9C7B6
RGB
CMYK
RGB Variations
Color information
#D9C7B6 (or 0xD9C7B6) is known color: Stark White. HEX triplet: D9, C7 and B6. RGB value is (217,199,182). Sum of RGB (Red+Green+Blue) = 217+199+182=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7B6 is #263849. Grayscale: #CACACA. Windows color (decimal): -2504778 or 11978713. OLE color: 11978713.
HSL color Cylindrical-coordinate representation of color #D9C7B6: hue angle of 29.14º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C7B6 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 199 | 182 | - |
CMYK | 0 | 0.08 | 0.16 | 0.15 |
HSL | 29.14º | 0.32% | 0.78% | - |
HSV(B) | 29.14º | 0.16% | 0.85% | - |
XYZ | 57.48 | 58.98 | 52.61 | - |
YUV | 202.44 | 116.46 | 138.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 182 | 0 | 0.08 | 0.16 | 0.15 | 29.14 | 0.32 | 0.78 |
Hex | D9 | C7 | B6 | 0 | 8 | 10 | F | 1D | 20 | 4E |
Octal | 331 | 307 | 266 | 0 | 10 | 20 | 17 | 35 | 40 | 116 |
Binary | 11011001 | 11000111 | 10110110 | 0 | 1000 | 10000 | 1111 | 11101 | 100000 | 1001110 |
Color Harmonies of #D9C7B6
Complementary color
Monochromatic Colors of #D9C7B6
Black with #D9C7B6
Text Example
Text Example
White with #D9C7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7B6; }
p { color: rgb(217,199,182); }
H1.HeaderClassName
{
color: #D9C7B6;
}
.AnyTagClassName
{
color: #D9C7B6;
}
</style>
background-color css
<style>
a { background-color: #D9C7B6; }
a { background-color: rgb(217,199,182); }
div.DivClassName
{
background-color: #D9C7B6;
}
.BgClassName
{
background-color: #D9C7B6;
}
</style>
border-color css
<style>
span { border-color: #D9C7B6; }
span { border-color: rgb(217,199,182); }
td.TdClassName
{
border-color: #D9C7B6;
}
.TagClassName
{
border-color: #D9C7B6;
}
</style>