Shades of Aths Special #DBD0AF
Tints of Aths Special #DBD0AF
RGB
CMYK
RGB Variations
Color information
#DBD0AF (or 0xDBD0AF) is known color: Aths Special. HEX triplet: DB, D0 and AF. RGB value is (219,208,175). Sum of RGB (Red+Green+Blue) = 219+208+175=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0AF is #242F50. Grayscale: #CFCFCF. Windows color (decimal): -2371409 or 11522267. OLE color: 11522267.
HSL color Cylindrical-coordinate representation of color #DBD0AF: hue angle of 45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBD0AF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 175 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.14 |
| HSL | 45º | 0.38% | 0.77% | - |
| HSV(B) | 45º | 0.2% | 0.86% | - |
| XYZ | 59.51 | 63.27 | 49.63 | - |
| YUV | 207.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 175 | 0 | 0.05 | 0.20 | 0.14 | 45 | 0.38 | 0.77 |
| Hex | DB | D0 | AF | 0 | 5 | 14 | E | 2D | 26 | 4D |
| Octal | 333 | 320 | 257 | 0 | 5 | 24 | 16 | 55 | 46 | 115 |
| Binary | 11011011 | 11010000 | 10101111 | 0 | 101 | 10100 | 1110 | 101101 | 100110 | 1001101 |
Color Harmonies of #DBD0AF
Complementary color
Monochromatic Colors of #DBD0AF
Black with #DBD0AF
Text Example
Text Example
White with #DBD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0AF; }
p { color: rgb(219,208,175); }
H1.HeaderClassName
{
color: #DBD0AF;
}
.AnyTagClassName
{
color: #DBD0AF;
}
</style>
background-color css
<style>
a { background-color: #DBD0AF; }
a { background-color: rgb(219,208,175); }
div.DivClassName
{
background-color: #DBD0AF;
}
.BgClassName
{
background-color: #DBD0AF;
}
</style>
border-color css
<style>
span { border-color: #DBD0AF; }
span { border-color: rgb(219,208,175); }
td.TdClassName
{
border-color: #DBD0AF;
}
.TagClassName
{
border-color: #DBD0AF;
}
</style>