Shades of Aths Special #DBCBAB
Tints of Aths Special #DBCBAB
RGB
CMYK
RGB Variations
Color information
#DBCBAB (or 0xDBCBAB) is known color: Aths Special. HEX triplet: DB, CB and AB. RGB value is (219,203,171). Sum of RGB (Red+Green+Blue) = 219+203+171=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBAB is #243454. Grayscale: #CCCCCC. Windows color (decimal): -2372693 or 11258843. OLE color: 11258843.
HSL color Cylindrical-coordinate representation of color #DBCBAB: hue angle of 40º 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 #DBCBAB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 171 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.14 |
| HSL | 40º | 0.4% | 0.76% | - |
| HSV(B) | 40º | 0.22% | 0.86% | - |
| XYZ | 57.92 | 60.71 | 47.19 | - |
| YUV | 204.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 171 | 0 | 0.07 | 0.22 | 0.14 | 40 | 0.4 | 0.76 |
| Hex | DB | CB | AB | 0 | 7 | 16 | E | 28 | 28 | 4C |
| Octal | 333 | 313 | 253 | 0 | 7 | 26 | 16 | 50 | 50 | 114 |
| Binary | 11011011 | 11001011 | 10101011 | 0 | 111 | 10110 | 1110 | 101000 | 101000 | 1001100 |
Color Harmonies of #DBCBAB
Complementary color
Monochromatic Colors of #DBCBAB
Black with #DBCBAB
Text Example
Text Example
White with #DBCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBAB; }
p { color: rgb(219,203,171); }
H1.HeaderClassName
{
color: #DBCBAB;
}
.AnyTagClassName
{
color: #DBCBAB;
}
</style>
background-color css
<style>
a { background-color: #DBCBAB; }
a { background-color: rgb(219,203,171); }
div.DivClassName
{
background-color: #DBCBAB;
}
.BgClassName
{
background-color: #DBCBAB;
}
</style>
border-color css
<style>
span { border-color: #DBCBAB; }
span { border-color: rgb(219,203,171); }
td.TdClassName
{
border-color: #DBCBAB;
}
.TagClassName
{
border-color: #DBCBAB;
}
</style>