Shades of Stark White #D0C0AE
Tints of Stark White #D0C0AE
RGB
CMYK
RGB Variations
Color information
#D0C0AE (or 0xD0C0AE) is known color: Stark White. HEX triplet: D0, C0 and AE. RGB value is (208,192,174). Sum of RGB (Red+Green+Blue) = 208+192+174=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C0AE is #2F3F51. Grayscale: #C2C2C2. Windows color (decimal): -3096402 or 11452624. OLE color: 11452624.
HSL color Cylindrical-coordinate representation of color #D0C0AE: hue angle of 31.76º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0C0AE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 174 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.18 |
| HSL | 31.76º | 0.27% | 0.75% | - |
| HSV(B) | 31.76º | 0.16% | 0.82% | - |
| XYZ | 52.5 | 54.17 | 47.73 | - |
| YUV | 194.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 174 | 0 | 0.08 | 0.16 | 0.18 | 31.76 | 0.27 | 0.75 |
| Hex | D0 | C0 | AE | 0 | 8 | 10 | 12 | 20 | 1B | 4B |
| Octal | 320 | 300 | 256 | 0 | 10 | 20 | 22 | 40 | 33 | 113 |
| Binary | 11010000 | 11000000 | 10101110 | 0 | 1000 | 10000 | 10010 | 100000 | 11011 | 1001011 |
Color Harmonies of #D0C0AE
Complementary color
Monochromatic Colors of #D0C0AE
Black with #D0C0AE
Text Example
Text Example
White with #D0C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0AE; }
p { color: rgb(208,192,174); }
H1.HeaderClassName
{
color: #D0C0AE;
}
.AnyTagClassName
{
color: #D0C0AE;
}
</style>
background-color css
<style>
a { background-color: #D0C0AE; }
a { background-color: rgb(208,192,174); }
div.DivClassName
{
background-color: #D0C0AE;
}
.BgClassName
{
background-color: #D0C0AE;
}
</style>
border-color css
<style>
span { border-color: #D0C0AE; }
span { border-color: rgb(208,192,174); }
td.TdClassName
{
border-color: #D0C0AE;
}
.TagClassName
{
border-color: #D0C0AE;
}
</style>