Shades of Aths Special #DBD0B1
Tints of Aths Special #DBD0B1
RGB
CMYK
RGB Variations
Color information
#DBD0B1 (or 0xDBD0B1) is known color: Aths Special. HEX triplet: DB, D0 and B1. RGB value is (219,208,177). Sum of RGB (Red+Green+Blue) = 219+208+177=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0B1 is #242F4E. Grayscale: #CFCFCF. Windows color (decimal): -2371407 or 11653339. OLE color: 11653339.
HSL color Cylindrical-coordinate representation of color #DBD0B1: hue angle of 44.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBD0B1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 177 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.14 |
| HSL | 44.29º | 0.37% | 0.78% | - |
| HSV(B) | 44.29º | 0.19% | 0.86% | - |
| XYZ | 59.71 | 63.35 | 50.68 | - |
| YUV | 207.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 177 | 0 | 0.05 | 0.19 | 0.14 | 44.29 | 0.37 | 0.78 |
| Hex | DB | D0 | B1 | 0 | 5 | 13 | E | 2C | 25 | 4E |
| Octal | 333 | 320 | 261 | 0 | 5 | 23 | 16 | 54 | 45 | 116 |
| Binary | 11011011 | 11010000 | 10110001 | 0 | 101 | 10011 | 1110 | 101100 | 100101 | 1001110 |
Color Harmonies of #DBD0B1
Complementary color
Monochromatic Colors of #DBD0B1
Black with #DBD0B1
Text Example
Text Example
White with #DBD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0B1; }
p { color: rgb(219,208,177); }
H1.HeaderClassName
{
color: #DBD0B1;
}
.AnyTagClassName
{
color: #DBD0B1;
}
</style>
background-color css
<style>
a { background-color: #DBD0B1; }
a { background-color: rgb(219,208,177); }
div.DivClassName
{
background-color: #DBD0B1;
}
.BgClassName
{
background-color: #DBD0B1;
}
</style>
border-color css
<style>
span { border-color: #DBD0B1; }
span { border-color: rgb(219,208,177); }
td.TdClassName
{
border-color: #DBD0B1;
}
.TagClassName
{
border-color: #DBD0B1;
}
</style>