Shades of Stark White #D7C7B7
Tints of Stark White #D7C7B7
RGB
CMYK
RGB Variations
Color information
#D7C7B7 (or 0xD7C7B7) is known color: Stark White. HEX triplet: D7, C7 and B7. RGB value is (215,199,183). Sum of RGB (Red+Green+Blue) = 215+199+183=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7B7 is #283848. Grayscale: #CACACA. Windows color (decimal): -2635849 or 12044247. OLE color: 12044247.
HSL color Cylindrical-coordinate representation of color #D7C7B7: hue angle of 30º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7C7B7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 183 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.16 |
| HSL | 30º | 0.29% | 0.78% | - |
| HSV(B) | 30º | 0.15% | 0.84% | - |
| XYZ | 57 | 58.71 | 53.13 | - |
| YUV | 201.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 183 | 0 | 0.07 | 0.15 | 0.16 | 30 | 0.29 | 0.78 |
| Hex | D7 | C7 | B7 | 0 | 7 | F | 10 | 1E | 1D | 4E |
| Octal | 327 | 307 | 267 | 0 | 7 | 17 | 20 | 36 | 35 | 116 |
| Binary | 11010111 | 11000111 | 10110111 | 0 | 111 | 1111 | 10000 | 11110 | 11101 | 1001110 |
Color Harmonies of #D7C7B7
Complementary color
Monochromatic Colors of #D7C7B7
Black with #D7C7B7
Text Example
Text Example
White with #D7C7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7B7; }
p { color: rgb(215,199,183); }
H1.HeaderClassName
{
color: #D7C7B7;
}
.AnyTagClassName
{
color: #D7C7B7;
}
</style>
background-color css
<style>
a { background-color: #D7C7B7; }
a { background-color: rgb(215,199,183); }
div.DivClassName
{
background-color: #D7C7B7;
}
.BgClassName
{
background-color: #D7C7B7;
}
</style>
border-color css
<style>
span { border-color: #D7C7B7; }
span { border-color: rgb(215,199,183); }
td.TdClassName
{
border-color: #D7C7B7;
}
.TagClassName
{
border-color: #D7C7B7;
}
</style>