Shades of Stark White #D6C7B5
Tints of Stark White #D6C7B5
RGB
CMYK
RGB Variations
Color information
#D6C7B5 (or 0xD6C7B5) is known color: Stark White. HEX triplet: D6, C7 and B5. RGB value is (214,199,181). Sum of RGB (Red+Green+Blue) = 214+199+181=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7B5 is #29384A. Grayscale: #C9C9C9. Windows color (decimal): -2701387 or 11913174. OLE color: 11913174.
HSL color Cylindrical-coordinate representation of color #D6C7B5: hue angle of 32.73º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C7B5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 181 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.16 |
| HSL | 32.73º | 0.29% | 0.77% | - |
| HSV(B) | 32.73º | 0.15% | 0.84% | - |
| XYZ | 56.5 | 58.48 | 52.03 | - |
| YUV | 201.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 181 | 0 | 0.07 | 0.15 | 0.16 | 32.73 | 0.29 | 0.77 |
| Hex | D6 | C7 | B5 | 0 | 7 | F | 10 | 21 | 1D | 4D |
| Octal | 326 | 307 | 265 | 0 | 7 | 17 | 20 | 41 | 35 | 115 |
| Binary | 11010110 | 11000111 | 10110101 | 0 | 111 | 1111 | 10000 | 100001 | 11101 | 1001101 |
Color Harmonies of #D6C7B5
Complementary color
Monochromatic Colors of #D6C7B5
Black with #D6C7B5
Text Example
Text Example
White with #D6C7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7B5; }
p { color: rgb(214,199,181); }
H1.HeaderClassName
{
color: #D6C7B5;
}
.AnyTagClassName
{
color: #D6C7B5;
}
</style>
background-color css
<style>
a { background-color: #D6C7B5; }
a { background-color: rgb(214,199,181); }
div.DivClassName
{
background-color: #D6C7B5;
}
.BgClassName
{
background-color: #D6C7B5;
}
</style>
border-color css
<style>
span { border-color: #D6C7B5; }
span { border-color: rgb(214,199,181); }
td.TdClassName
{
border-color: #D6C7B5;
}
.TagClassName
{
border-color: #D6C7B5;
}
</style>