Shades of Aths Special #DBCAAC
Tints of Aths Special #DBCAAC
RGB
CMYK
RGB Variations
Color information
#DBCAAC (or 0xDBCAAC) is known color: Aths Special. HEX triplet: DB, CA and AC. RGB value is (219,202,172). Sum of RGB (Red+Green+Blue) = 219+202+172=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAAC is #243553. Grayscale: #CBCBCB. Windows color (decimal): -2372948 or 11324123. OLE color: 11324123.
HSL color Cylindrical-coordinate representation of color #DBCAAC: hue angle of 38.3º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBCAAC is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 172 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.14 |
| HSL | 38.3º | 0.39% | 0.77% | - |
| HSV(B) | 38.3º | 0.21% | 0.86% | - |
| XYZ | 57.78 | 60.28 | 47.62 | - |
| YUV | 203.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 172 | 0 | 0.08 | 0.21 | 0.14 | 38.3 | 0.39 | 0.77 |
| Hex | DB | CA | AC | 0 | 8 | 15 | E | 26 | 27 | 4D |
| Octal | 333 | 312 | 254 | 0 | 10 | 25 | 16 | 46 | 47 | 115 |
| Binary | 11011011 | 11001010 | 10101100 | 0 | 1000 | 10101 | 1110 | 100110 | 100111 | 1001101 |
Color Harmonies of #DBCAAC
Complementary color
Monochromatic Colors of #DBCAAC
Black with #DBCAAC
Text Example
Text Example
White with #DBCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAAC; }
p { color: rgb(219,202,172); }
H1.HeaderClassName
{
color: #DBCAAC;
}
.AnyTagClassName
{
color: #DBCAAC;
}
</style>
background-color css
<style>
a { background-color: #DBCAAC; }
a { background-color: rgb(219,202,172); }
div.DivClassName
{
background-color: #DBCAAC;
}
.BgClassName
{
background-color: #DBCAAC;
}
</style>
border-color css
<style>
span { border-color: #DBCAAC; }
span { border-color: rgb(219,202,172); }
td.TdClassName
{
border-color: #DBCAAC;
}
.TagClassName
{
border-color: #DBCAAC;
}
</style>