Shades of Aths Special #DBCCA8
Tints of Aths Special #DBCCA8
RGB
CMYK
RGB Variations
Color information
#DBCCA8 (or 0xDBCCA8) is known color: Aths Special. HEX triplet: DB, CC and A8. RGB value is (219,204,168). Sum of RGB (Red+Green+Blue) = 219+204+168=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA8 is #243357. Grayscale: #CCCCCC. Windows color (decimal): -2372440 or 11062491. OLE color: 11062491.
HSL color Cylindrical-coordinate representation of color #DBCCA8: hue angle of 42.35º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBCCA8 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 168 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.14 |
| HSL | 42.35º | 0.41% | 0.76% | - |
| HSV(B) | 42.35º | 0.23% | 0.86% | - |
| XYZ | 57.87 | 61.07 | 45.78 | - |
| YUV | 204.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 168 | 0 | 0.07 | 0.23 | 0.14 | 42.35 | 0.41 | 0.76 |
| Hex | DB | CC | A8 | 0 | 7 | 17 | E | 2A | 29 | 4C |
| Octal | 333 | 314 | 250 | 0 | 7 | 27 | 16 | 52 | 51 | 114 |
| Binary | 11011011 | 11001100 | 10101000 | 0 | 111 | 10111 | 1110 | 101010 | 101001 | 1001100 |
Color Harmonies of #DBCCA8
Complementary color
Monochromatic Colors of #DBCCA8
Black with #DBCCA8
Text Example
Text Example
White with #DBCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCA8; }
p { color: rgb(219,204,168); }
H1.HeaderClassName
{
color: #DBCCA8;
}
.AnyTagClassName
{
color: #DBCCA8;
}
</style>
background-color css
<style>
a { background-color: #DBCCA8; }
a { background-color: rgb(219,204,168); }
div.DivClassName
{
background-color: #DBCCA8;
}
.BgClassName
{
background-color: #DBCCA8;
}
</style>
border-color css
<style>
span { border-color: #DBCCA8; }
span { border-color: rgb(219,204,168); }
td.TdClassName
{
border-color: #DBCCA8;
}
.TagClassName
{
border-color: #DBCCA8;
}
</style>