Shades of Stark White #D2C5AE
Tints of Stark White #D2C5AE
RGB
CMYK
RGB Variations
Color information
#D2C5AE (or 0xD2C5AE) is known color: Stark White. HEX triplet: D2, C5 and AE. RGB value is (210,197,174). Sum of RGB (Red+Green+Blue) = 210+197+174=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5AE is #2D3A51. Grayscale: #C6C6C6. Windows color (decimal): -2964050 or 11453906. OLE color: 11453906.
HSL color Cylindrical-coordinate representation of color #D2C5AE: hue angle of 38.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C5AE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 174 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.18 |
| HSL | 38.33º | 0.29% | 0.75% | - |
| HSV(B) | 38.33º | 0.17% | 0.82% | - |
| XYZ | 54.18 | 56.69 | 48.13 | - |
| YUV | 198.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 174 | 0 | 0.06 | 0.17 | 0.18 | 38.33 | 0.29 | 0.75 |
| Hex | D2 | C5 | AE | 0 | 6 | 11 | 12 | 26 | 1D | 4B |
| Octal | 322 | 305 | 256 | 0 | 6 | 21 | 22 | 46 | 35 | 113 |
| Binary | 11010010 | 11000101 | 10101110 | 0 | 110 | 10001 | 10010 | 100110 | 11101 | 1001011 |
Color Harmonies of #D2C5AE
Complementary color
Monochromatic Colors of #D2C5AE
Black with #D2C5AE
Text Example
Text Example
White with #D2C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5AE; }
p { color: rgb(210,197,174); }
H1.HeaderClassName
{
color: #D2C5AE;
}
.AnyTagClassName
{
color: #D2C5AE;
}
</style>
background-color css
<style>
a { background-color: #D2C5AE; }
a { background-color: rgb(210,197,174); }
div.DivClassName
{
background-color: #D2C5AE;
}
.BgClassName
{
background-color: #D2C5AE;
}
</style>
border-color css
<style>
span { border-color: #D2C5AE; }
span { border-color: rgb(210,197,174); }
td.TdClassName
{
border-color: #D2C5AE;
}
.TagClassName
{
border-color: #D2C5AE;
}
</style>