Shades of Stark White #D6C5AC
Tints of Stark White #D6C5AC
RGB
CMYK
RGB Variations
Color information
#D6C5AC (or 0xD6C5AC) is known color: Stark White. HEX triplet: D6, C5 and AC. RGB value is (214,197,172). Sum of RGB (Red+Green+Blue) = 214+197+172=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C5AC is #293A53. Grayscale: #C7C7C7. Windows color (decimal): -2701908 or 11322838. OLE color: 11322838.
HSL color Cylindrical-coordinate representation of color #D6C5AC: hue angle of 35.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C5AC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 172 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.16 |
| HSL | 35.71º | 0.34% | 0.76% | - |
| HSV(B) | 35.71º | 0.2% | 0.84% | - |
| XYZ | 55.14 | 57.21 | 47.17 | - |
| YUV | 199.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 172 | 0 | 0.08 | 0.20 | 0.16 | 35.71 | 0.34 | 0.76 |
| Hex | D6 | C5 | AC | 0 | 8 | 14 | 10 | 24 | 22 | 4C |
| Octal | 326 | 305 | 254 | 0 | 10 | 24 | 20 | 44 | 42 | 114 |
| Binary | 11010110 | 11000101 | 10101100 | 0 | 1000 | 10100 | 10000 | 100100 | 100010 | 1001100 |
Color Harmonies of #D6C5AC
Complementary color
Monochromatic Colors of #D6C5AC
Black with #D6C5AC
Text Example
Text Example
White with #D6C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5AC; }
p { color: rgb(214,197,172); }
H1.HeaderClassName
{
color: #D6C5AC;
}
.AnyTagClassName
{
color: #D6C5AC;
}
</style>
background-color css
<style>
a { background-color: #D6C5AC; }
a { background-color: rgb(214,197,172); }
div.DivClassName
{
background-color: #D6C5AC;
}
.BgClassName
{
background-color: #D6C5AC;
}
</style>
border-color css
<style>
span { border-color: #D6C5AC; }
span { border-color: rgb(214,197,172); }
td.TdClassName
{
border-color: #D6C5AC;
}
.TagClassName
{
border-color: #D6C5AC;
}
</style>