Shades of Equator #DBAE62
Tints of Equator #DBAE62
RGB
CMYK
RGB Variations
Color information
#DBAE62 (or 0xDBAE62) is known color: Equator. HEX triplet: DB, AE and 62. RGB value is (219,174,98). Sum of RGB (Red+Green+Blue) = 219+174+98=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE62 is #24519D. Grayscale: #B3B3B3. Windows color (decimal): -2380190 or 6467291. OLE color: 6467291.
HSL color Cylindrical-coordinate representation of color #DBAE62: hue angle of 37.69º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBAE62 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 98 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.14 |
| HSL | 37.69º | 0.63% | 0.62% | - |
| HSV(B) | 37.69º | 0.55% | 0.86% | - |
| XYZ | 46.55 | 46.21 | 18.02 | - |
| YUV | 178.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 98 | 0 | 0.21 | 0.55 | 0.14 | 37.69 | 0.63 | 0.62 |
| Hex | DB | AE | 62 | 0 | 15 | 37 | E | 26 | 3F | 3E |
| Octal | 333 | 256 | 142 | 0 | 25 | 67 | 16 | 46 | 77 | 76 |
| Binary | 11011011 | 10101110 | 1100010 | 0 | 10101 | 110111 | 1110 | 100110 | 111111 | 111110 |
Color Harmonies of #DBAE62
Complementary color
Monochromatic Colors of #DBAE62
Black with #DBAE62
Text Example
Text Example
White with #DBAE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE62; }
p { color: rgb(219,174,98); }
H1.HeaderClassName
{
color: #DBAE62;
}
.AnyTagClassName
{
color: #DBAE62;
}
</style>
background-color css
<style>
a { background-color: #DBAE62; }
a { background-color: rgb(219,174,98); }
div.DivClassName
{
background-color: #DBAE62;
}
.BgClassName
{
background-color: #DBAE62;
}
</style>
border-color css
<style>
span { border-color: #DBAE62; }
span { border-color: rgb(219,174,98); }
td.TdClassName
{
border-color: #DBAE62;
}
.TagClassName
{
border-color: #DBAE62;
}
</style>