Shades of Equator #DBAE6D
Tints of Equator #DBAE6D
RGB
CMYK
RGB Variations
Color information
#DBAE6D (or 0xDBAE6D) is known color: Equator. HEX triplet: DB, AE and 6D. RGB value is (219,174,109). Sum of RGB (Red+Green+Blue) = 219+174+109=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE6D is #245192. Grayscale: #B4B4B4. Windows color (decimal): -2380179 or 7188187. OLE color: 7188187.
HSL color Cylindrical-coordinate representation of color #DBAE6D: hue angle of 35.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBAE6D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 109 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.14 |
| HSL | 35.45º | 0.6% | 0.64% | - |
| HSV(B) | 35.45º | 0.5% | 0.86% | - |
| XYZ | 47.11 | 46.44 | 20.95 | - |
| YUV | 180.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 109 | 0 | 0.21 | 0.50 | 0.14 | 35.45 | 0.6 | 0.64 |
| Hex | DB | AE | 6D | 0 | 15 | 32 | E | 23 | 3C | 40 |
| Octal | 333 | 256 | 155 | 0 | 25 | 62 | 16 | 43 | 74 | 100 |
| Binary | 11011011 | 10101110 | 1101101 | 0 | 10101 | 110010 | 1110 | 100011 | 111100 | 1000000 |
Color Harmonies of #DBAE6D
Complementary color
Monochromatic Colors of #DBAE6D
Black with #DBAE6D
Text Example
Text Example
White with #DBAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE6D; }
p { color: rgb(219,174,109); }
H1.HeaderClassName
{
color: #DBAE6D;
}
.AnyTagClassName
{
color: #DBAE6D;
}
</style>
background-color css
<style>
a { background-color: #DBAE6D; }
a { background-color: rgb(219,174,109); }
div.DivClassName
{
background-color: #DBAE6D;
}
.BgClassName
{
background-color: #DBAE6D;
}
</style>
border-color css
<style>
span { border-color: #DBAE6D; }
span { border-color: rgb(219,174,109); }
td.TdClassName
{
border-color: #DBAE6D;
}
.TagClassName
{
border-color: #DBAE6D;
}
</style>