Shades of Aths Special #DBCAAB
Tints of Aths Special #DBCAAB
RGB
CMYK
RGB Variations
Color information
#DBCAAB (or 0xDBCAAB) is known color: Aths Special. HEX triplet: DB, CA and AB. RGB value is (219,202,171). Sum of RGB (Red+Green+Blue) = 219+202+171=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAAB is #243554. Grayscale: #CBCBCB. Windows color (decimal): -2372949 or 11258587. OLE color: 11258587.
HSL color Cylindrical-coordinate representation of color #DBCAAB: hue angle of 38.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBCAAB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 171 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.14 |
| HSL | 38.75º | 0.4% | 0.76% | - |
| HSV(B) | 38.75º | 0.22% | 0.86% | - |
| XYZ | 57.68 | 60.24 | 47.12 | - |
| YUV | 203.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 171 | 0 | 0.08 | 0.22 | 0.14 | 38.75 | 0.4 | 0.76 |
| Hex | DB | CA | AB | 0 | 8 | 16 | E | 27 | 28 | 4C |
| Octal | 333 | 312 | 253 | 0 | 10 | 26 | 16 | 47 | 50 | 114 |
| Binary | 11011011 | 11001010 | 10101011 | 0 | 1000 | 10110 | 1110 | 100111 | 101000 | 1001100 |
Color Harmonies of #DBCAAB
Complementary color
Monochromatic Colors of #DBCAAB
Black with #DBCAAB
Text Example
Text Example
White with #DBCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAAB; }
p { color: rgb(219,202,171); }
H1.HeaderClassName
{
color: #DBCAAB;
}
.AnyTagClassName
{
color: #DBCAAB;
}
</style>
background-color css
<style>
a { background-color: #DBCAAB; }
a { background-color: rgb(219,202,171); }
div.DivClassName
{
background-color: #DBCAAB;
}
.BgClassName
{
background-color: #DBCAAB;
}
</style>
border-color css
<style>
span { border-color: #DBCAAB; }
span { border-color: rgb(219,202,171); }
td.TdClassName
{
border-color: #DBCAAB;
}
.TagClassName
{
border-color: #DBCAAB;
}
</style>