Shades of Equator #DBB66E
Tints of Equator #DBB66E
RGB
CMYK
RGB Variations
Color information
#DBB66E (or 0xDBB66E) is known color: Equator. HEX triplet: DB, B6 and 6E. RGB value is (219,182,110). Sum of RGB (Red+Green+Blue) = 219+182+110=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB66E is #244991. Grayscale: #B9B9B9. Windows color (decimal): -2378130 or 7255771. OLE color: 7255771.
HSL color Cylindrical-coordinate representation of color #DBB66E: hue angle of 39.63º 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 #DBB66E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 110 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.14 |
| HSL | 39.63º | 0.6% | 0.65% | - |
| HSV(B) | 39.63º | 0.5% | 0.86% | - |
| XYZ | 48.76 | 49.64 | 21.76 | - |
| YUV | 184.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 110 | 0 | 0.17 | 0.50 | 0.14 | 39.63 | 0.6 | 0.65 |
| Hex | DB | B6 | 6E | 0 | 11 | 32 | E | 28 | 3C | 41 |
| Octal | 333 | 266 | 156 | 0 | 21 | 62 | 16 | 50 | 74 | 101 |
| Binary | 11011011 | 10110110 | 1101110 | 0 | 10001 | 110010 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DBB66E
Complementary color
Monochromatic Colors of #DBB66E
Black with #DBB66E
Text Example
Text Example
White with #DBB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB66E; }
p { color: rgb(219,182,110); }
H1.HeaderClassName
{
color: #DBB66E;
}
.AnyTagClassName
{
color: #DBB66E;
}
</style>
background-color css
<style>
a { background-color: #DBB66E; }
a { background-color: rgb(219,182,110); }
div.DivClassName
{
background-color: #DBB66E;
}
.BgClassName
{
background-color: #DBB66E;
}
</style>
border-color css
<style>
span { border-color: #DBB66E; }
span { border-color: rgb(219,182,110); }
td.TdClassName
{
border-color: #DBB66E;
}
.TagClassName
{
border-color: #DBB66E;
}
</style>