Shades of Aths Special #DBCDAA
Tints of Aths Special #DBCDAA
RGB
CMYK
RGB Variations
Color information
#DBCDAA (or 0xDBCDAA) is known color: Aths Special. HEX triplet: DB, CD and AA. RGB value is (219,205,170). Sum of RGB (Red+Green+Blue) = 219+205+170=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDAA is #243255. Grayscale: #CDCDCD. Windows color (decimal): -2372182 or 11193819. OLE color: 11193819.
HSL color Cylindrical-coordinate representation of color #DBCDAA: hue angle of 42.86º 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 #DBCDAA is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 170 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.14 |
| HSL | 42.86º | 0.4% | 0.76% | - |
| HSV(B) | 42.86º | 0.22% | 0.86% | - |
| XYZ | 58.3 | 61.62 | 46.85 | - |
| YUV | 205.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 170 | 0 | 0.06 | 0.22 | 0.14 | 42.86 | 0.4 | 0.76 |
| Hex | DB | CD | AA | 0 | 6 | 16 | E | 2B | 28 | 4C |
| Octal | 333 | 315 | 252 | 0 | 6 | 26 | 16 | 53 | 50 | 114 |
| Binary | 11011011 | 11001101 | 10101010 | 0 | 110 | 10110 | 1110 | 101011 | 101000 | 1001100 |
Color Harmonies of #DBCDAA
Complementary color
Monochromatic Colors of #DBCDAA
Black with #DBCDAA
Text Example
Text Example
White with #DBCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDAA; }
p { color: rgb(219,205,170); }
H1.HeaderClassName
{
color: #DBCDAA;
}
.AnyTagClassName
{
color: #DBCDAA;
}
</style>
background-color css
<style>
a { background-color: #DBCDAA; }
a { background-color: rgb(219,205,170); }
div.DivClassName
{
background-color: #DBCDAA;
}
.BgClassName
{
background-color: #DBCDAA;
}
</style>
border-color css
<style>
span { border-color: #DBCDAA; }
span { border-color: rgb(219,205,170); }
td.TdClassName
{
border-color: #DBCDAA;
}
.TagClassName
{
border-color: #DBCDAA;
}
</style>