Shades of Aths Special #DBCEAA
Tints of Aths Special #DBCEAA
RGB
CMYK
RGB Variations
Color information
#DBCEAA (or 0xDBCEAA) is known color: Aths Special. HEX triplet: DB, CE and AA. RGB value is (219,206,170). Sum of RGB (Red+Green+Blue) = 219+206+170=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEAA is #243155. Grayscale: #CDCDCD. Windows color (decimal): -2371926 or 11194075. OLE color: 11194075.
HSL color Cylindrical-coordinate representation of color #DBCEAA: hue angle of 44.08º 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 #DBCEAA is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 170 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.14 |
| HSL | 44.08º | 0.4% | 0.76% | - |
| HSV(B) | 44.08º | 0.22% | 0.86% | - |
| XYZ | 58.54 | 62.1 | 46.93 | - |
| YUV | 205.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 170 | 0 | 0.06 | 0.22 | 0.14 | 44.08 | 0.4 | 0.76 |
| Hex | DB | CE | AA | 0 | 6 | 16 | E | 2C | 28 | 4C |
| Octal | 333 | 316 | 252 | 0 | 6 | 26 | 16 | 54 | 50 | 114 |
| Binary | 11011011 | 11001110 | 10101010 | 0 | 110 | 10110 | 1110 | 101100 | 101000 | 1001100 |
Color Harmonies of #DBCEAA
Complementary color
Monochromatic Colors of #DBCEAA
Black with #DBCEAA
Text Example
Text Example
White with #DBCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEAA; }
p { color: rgb(219,206,170); }
H1.HeaderClassName
{
color: #DBCEAA;
}
.AnyTagClassName
{
color: #DBCEAA;
}
</style>
background-color css
<style>
a { background-color: #DBCEAA; }
a { background-color: rgb(219,206,170); }
div.DivClassName
{
background-color: #DBCEAA;
}
.BgClassName
{
background-color: #DBCEAA;
}
</style>
border-color css
<style>
span { border-color: #DBCEAA; }
span { border-color: rgb(219,206,170); }
td.TdClassName
{
border-color: #DBCEAA;
}
.TagClassName
{
border-color: #DBCEAA;
}
</style>