Shades of Aths Special #D0CAB9
Tints of Aths Special #D0CAB9
RGB
CMYK
RGB Variations
Color information
#D0CAB9 (or 0xD0CAB9) is known color: Aths Special. HEX triplet: D0, CA and B9. RGB value is (208,202,185). Sum of RGB (Red+Green+Blue) = 208+202+185=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAB9 is #2F3546. Grayscale: #C9C9C9. Windows color (decimal): -3093831 or 12176080. OLE color: 12176080.
HSL color Cylindrical-coordinate representation of color #D0CAB9: hue angle of 44.35º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CAB9 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 185 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.18 |
| HSL | 44.35º | 0.2% | 0.77% | - |
| HSV(B) | 44.35º | 0.11% | 0.82% | - |
| XYZ | 55.89 | 59.15 | 54.37 | - |
| YUV | 201.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 185 | 0 | 0.03 | 0.11 | 0.18 | 44.35 | 0.2 | 0.77 |
| Hex | D0 | CA | B9 | 0 | 3 | B | 12 | 2C | 14 | 4D |
| Octal | 320 | 312 | 271 | 0 | 3 | 13 | 22 | 54 | 24 | 115 |
| Binary | 11010000 | 11001010 | 10111001 | 0 | 11 | 1011 | 10010 | 101100 | 10100 | 1001101 |
Color Harmonies of #D0CAB9
Complementary color
Monochromatic Colors of #D0CAB9
Black with #D0CAB9
Text Example
Text Example
White with #D0CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAB9; }
p { color: rgb(208,202,185); }
H1.HeaderClassName
{
color: #D0CAB9;
}
.AnyTagClassName
{
color: #D0CAB9;
}
</style>
background-color css
<style>
a { background-color: #D0CAB9; }
a { background-color: rgb(208,202,185); }
div.DivClassName
{
background-color: #D0CAB9;
}
.BgClassName
{
background-color: #D0CAB9;
}
</style>
border-color css
<style>
span { border-color: #D0CAB9; }
span { border-color: rgb(208,202,185); }
td.TdClassName
{
border-color: #D0CAB9;
}
.TagClassName
{
border-color: #D0CAB9;
}
</style>