Shades of Aths Special #DBCCAE
Tints of Aths Special #DBCCAE
RGB
CMYK
RGB Variations
Color information
#DBCCAE (or 0xDBCCAE) is known color: Aths Special. HEX triplet: DB, CC and AE. RGB value is (219,204,174). Sum of RGB (Red+Green+Blue) = 219+204+174=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAE is #243351. Grayscale: #CDCDCD. Windows color (decimal): -2372434 or 11455707. OLE color: 11455707.
HSL color Cylindrical-coordinate representation of color #DBCCAE: hue angle of 40º degrees, saturation: 0.38, 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 #DBCCAE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 174 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.14 |
| HSL | 40º | 0.38% | 0.77% | - |
| HSV(B) | 40º | 0.21% | 0.86% | - |
| XYZ | 58.45 | 61.3 | 48.8 | - |
| YUV | 205.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 174 | 0 | 0.07 | 0.21 | 0.14 | 40 | 0.38 | 0.77 |
| Hex | DB | CC | AE | 0 | 7 | 15 | E | 28 | 26 | 4D |
| Octal | 333 | 314 | 256 | 0 | 7 | 25 | 16 | 50 | 46 | 115 |
| Binary | 11011011 | 11001100 | 10101110 | 0 | 111 | 10101 | 1110 | 101000 | 100110 | 1001101 |
Color Harmonies of #DBCCAE
Complementary color
Monochromatic Colors of #DBCCAE
Black with #DBCCAE
Text Example
Text Example
White with #DBCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCAE; }
p { color: rgb(219,204,174); }
H1.HeaderClassName
{
color: #DBCCAE;
}
.AnyTagClassName
{
color: #DBCCAE;
}
</style>
background-color css
<style>
a { background-color: #DBCCAE; }
a { background-color: rgb(219,204,174); }
div.DivClassName
{
background-color: #DBCCAE;
}
.BgClassName
{
background-color: #DBCCAE;
}
</style>
border-color css
<style>
span { border-color: #DBCCAE; }
span { border-color: rgb(219,204,174); }
td.TdClassName
{
border-color: #DBCCAE;
}
.TagClassName
{
border-color: #DBCCAE;
}
</style>