Shades of Equator #DBB06E
Tints of Equator #DBB06E
RGB
CMYK
RGB Variations
Color information
#DBB06E (or 0xDBB06E) is known color: Equator. HEX triplet: DB, B0 and 6E. RGB value is (219,176,110). Sum of RGB (Red+Green+Blue) = 219+176+110=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB06E is #244F91. Grayscale: #B5B5B5. Windows color (decimal): -2379666 or 7254235. OLE color: 7254235.
HSL color Cylindrical-coordinate representation of color #DBB06E: hue angle of 36.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB06E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 110 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.14 |
| HSL | 36.33º | 0.6% | 0.65% | - |
| HSV(B) | 36.33º | 0.5% | 0.86% | - |
| XYZ | 47.55 | 47.24 | 21.36 | - |
| YUV | 181.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 110 | 0 | 0.20 | 0.50 | 0.14 | 36.33 | 0.6 | 0.65 |
| Hex | DB | B0 | 6E | 0 | 14 | 32 | E | 24 | 3C | 41 |
| Octal | 333 | 260 | 156 | 0 | 24 | 62 | 16 | 44 | 74 | 101 |
| Binary | 11011011 | 10110000 | 1101110 | 0 | 10100 | 110010 | 1110 | 100100 | 111100 | 1000001 |
Color Harmonies of #DBB06E
Complementary color
Monochromatic Colors of #DBB06E
Black with #DBB06E
Text Example
Text Example
White with #DBB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB06E; }
p { color: rgb(219,176,110); }
H1.HeaderClassName
{
color: #DBB06E;
}
.AnyTagClassName
{
color: #DBB06E;
}
</style>
background-color css
<style>
a { background-color: #DBB06E; }
a { background-color: rgb(219,176,110); }
div.DivClassName
{
background-color: #DBB06E;
}
.BgClassName
{
background-color: #DBB06E;
}
</style>
border-color css
<style>
span { border-color: #DBB06E; }
span { border-color: rgb(219,176,110); }
td.TdClassName
{
border-color: #DBB06E;
}
.TagClassName
{
border-color: #DBB06E;
}
</style>