Shades of Aths Special #DBCCAF
Tints of Aths Special #DBCCAF
RGB
CMYK
RGB Variations
Color information
#DBCCAF (or 0xDBCCAF) is known color: Aths Special. HEX triplet: DB, CC and AF. RGB value is (219,204,175). Sum of RGB (Red+Green+Blue) = 219+204+175=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAF is #243350. Grayscale: #CDCDCD. Windows color (decimal): -2372433 or 11521243. OLE color: 11521243.
HSL color Cylindrical-coordinate representation of color #DBCCAF: hue angle of 39.55º 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 #DBCCAF is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 175 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.14 |
| HSL | 39.55º | 0.38% | 0.77% | - |
| HSV(B) | 39.55º | 0.2% | 0.86% | - |
| XYZ | 58.54 | 61.34 | 49.31 | - |
| YUV | 205.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 175 | 0 | 0.07 | 0.20 | 0.14 | 39.55 | 0.38 | 0.77 |
| Hex | DB | CC | AF | 0 | 7 | 14 | E | 28 | 26 | 4D |
| Octal | 333 | 314 | 257 | 0 | 7 | 24 | 16 | 50 | 46 | 115 |
| Binary | 11011011 | 11001100 | 10101111 | 0 | 111 | 10100 | 1110 | 101000 | 100110 | 1001101 |
Color Harmonies of #DBCCAF
Complementary color
Monochromatic Colors of #DBCCAF
Black with #DBCCAF
Text Example
Text Example
White with #DBCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCAF; }
p { color: rgb(219,204,175); }
H1.HeaderClassName
{
color: #DBCCAF;
}
.AnyTagClassName
{
color: #DBCCAF;
}
</style>
background-color css
<style>
a { background-color: #DBCCAF; }
a { background-color: rgb(219,204,175); }
div.DivClassName
{
background-color: #DBCCAF;
}
.BgClassName
{
background-color: #DBCCAF;
}
</style>
border-color css
<style>
span { border-color: #DBCCAF; }
span { border-color: rgb(219,204,175); }
td.TdClassName
{
border-color: #DBCCAF;
}
.TagClassName
{
border-color: #DBCCAF;
}
</style>