Shades of Aths Special #DBCCAD
Tints of Aths Special #DBCCAD
RGB
CMYK
RGB Variations
Color information
#DBCCAD (or 0xDBCCAD) is known color: Aths Special. HEX triplet: DB, CC and AD. RGB value is (219,204,173). Sum of RGB (Red+Green+Blue) = 219+204+173=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAD is #243352. Grayscale: #CDCDCD. Windows color (decimal): -2372435 or 11390171. OLE color: 11390171.
HSL color Cylindrical-coordinate representation of color #DBCCAD: hue angle of 40.43º degrees, saturation: 0.39, 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 #DBCCAD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 173 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.14 |
| HSL | 40.43º | 0.39% | 0.77% | - |
| HSV(B) | 40.43º | 0.21% | 0.86% | - |
| XYZ | 58.35 | 61.26 | 48.28 | - |
| YUV | 204.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 173 | 0 | 0.07 | 0.21 | 0.14 | 40.43 | 0.39 | 0.77 |
| Hex | DB | CC | AD | 0 | 7 | 15 | E | 28 | 27 | 4D |
| Octal | 333 | 314 | 255 | 0 | 7 | 25 | 16 | 50 | 47 | 115 |
| Binary | 11011011 | 11001100 | 10101101 | 0 | 111 | 10101 | 1110 | 101000 | 100111 | 1001101 |
Color Harmonies of #DBCCAD
Complementary color
Monochromatic Colors of #DBCCAD
Black with #DBCCAD
Text Example
Text Example
White with #DBCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCAD; }
p { color: rgb(219,204,173); }
H1.HeaderClassName
{
color: #DBCCAD;
}
.AnyTagClassName
{
color: #DBCCAD;
}
</style>
background-color css
<style>
a { background-color: #DBCCAD; }
a { background-color: rgb(219,204,173); }
div.DivClassName
{
background-color: #DBCCAD;
}
.BgClassName
{
background-color: #DBCCAD;
}
</style>
border-color css
<style>
span { border-color: #DBCCAD; }
span { border-color: rgb(219,204,173); }
td.TdClassName
{
border-color: #DBCCAD;
}
.TagClassName
{
border-color: #DBCCAD;
}
</style>