Shades of Stark White #D0C0AF
Tints of Stark White #D0C0AF
RGB
CMYK
RGB Variations
Color information
#D0C0AF (or 0xD0C0AF) is known color: Stark White. HEX triplet: D0, C0 and AF. RGB value is (208,192,175). Sum of RGB (Red+Green+Blue) = 208+192+175=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C0AF is #2F3F50. Grayscale: #C2C2C2. Windows color (decimal): -3096401 or 11518160. OLE color: 11518160.
HSL color Cylindrical-coordinate representation of color #D0C0AF: hue angle of 30.91º degrees, saturation: 0.26, 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 #D0C0AF is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 175 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.18 |
| HSL | 30.91º | 0.26% | 0.75% | - |
| HSV(B) | 30.91º | 0.16% | 0.82% | - |
| XYZ | 52.6 | 54.2 | 48.25 | - |
| YUV | 194.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 175 | 0 | 0.08 | 0.16 | 0.18 | 30.91 | 0.26 | 0.75 |
| Hex | D0 | C0 | AF | 0 | 8 | 10 | 12 | 1F | 1A | 4B |
| Octal | 320 | 300 | 257 | 0 | 10 | 20 | 22 | 37 | 32 | 113 |
| Binary | 11010000 | 11000000 | 10101111 | 0 | 1000 | 10000 | 10010 | 11111 | 11010 | 1001011 |
Color Harmonies of #D0C0AF
Complementary color
Monochromatic Colors of #D0C0AF
Black with #D0C0AF
Text Example
Text Example
White with #D0C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0AF; }
p { color: rgb(208,192,175); }
H1.HeaderClassName
{
color: #D0C0AF;
}
.AnyTagClassName
{
color: #D0C0AF;
}
</style>
background-color css
<style>
a { background-color: #D0C0AF; }
a { background-color: rgb(208,192,175); }
div.DivClassName
{
background-color: #D0C0AF;
}
.BgClassName
{
background-color: #D0C0AF;
}
</style>
border-color css
<style>
span { border-color: #D0C0AF; }
span { border-color: rgb(208,192,175); }
td.TdClassName
{
border-color: #D0C0AF;
}
.TagClassName
{
border-color: #D0C0AF;
}
</style>