Shades of Aths Special #DBCAAF
Tints of Aths Special #DBCAAF
RGB
CMYK
RGB Variations
Color information
#DBCAAF (or 0xDBCAAF) is known color: Aths Special. HEX triplet: DB, CA and AF. RGB value is (219,202,175). Sum of RGB (Red+Green+Blue) = 219+202+175=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAAF is #243550. Grayscale: #CCCCCC. Windows color (decimal): -2372945 or 11520731. OLE color: 11520731.
HSL color Cylindrical-coordinate representation of color #DBCAAF: hue angle of 36.82º 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 #DBCAAF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 175 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.14 |
| HSL | 36.82º | 0.38% | 0.77% | - |
| HSV(B) | 36.82º | 0.2% | 0.86% | - |
| XYZ | 58.07 | 60.4 | 49.15 | - |
| YUV | 204.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 175 | 0 | 0.08 | 0.20 | 0.14 | 36.82 | 0.38 | 0.77 |
| Hex | DB | CA | AF | 0 | 8 | 14 | E | 25 | 26 | 4D |
| Octal | 333 | 312 | 257 | 0 | 10 | 24 | 16 | 45 | 46 | 115 |
| Binary | 11011011 | 11001010 | 10101111 | 0 | 1000 | 10100 | 1110 | 100101 | 100110 | 1001101 |
Color Harmonies of #DBCAAF
Complementary color
Monochromatic Colors of #DBCAAF
Black with #DBCAAF
Text Example
Text Example
White with #DBCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAAF; }
p { color: rgb(219,202,175); }
H1.HeaderClassName
{
color: #DBCAAF;
}
.AnyTagClassName
{
color: #DBCAAF;
}
</style>
background-color css
<style>
a { background-color: #DBCAAF; }
a { background-color: rgb(219,202,175); }
div.DivClassName
{
background-color: #DBCAAF;
}
.BgClassName
{
background-color: #DBCAAF;
}
</style>
border-color css
<style>
span { border-color: #DBCAAF; }
span { border-color: rgb(219,202,175); }
td.TdClassName
{
border-color: #DBCAAF;
}
.TagClassName
{
border-color: #DBCAAF;
}
</style>