Shades of Equator #DBAE65
Tints of Equator #DBAE65
RGB
CMYK
RGB Variations
Color information
#DBAE65 (or 0xDBAE65) is known color: Equator. HEX triplet: DB, AE and 65. RGB value is (219,174,101). Sum of RGB (Red+Green+Blue) = 219+174+101=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE65 is #24519A. Grayscale: #B3B3B3. Windows color (decimal): -2380187 or 6663899. OLE color: 6663899.
HSL color Cylindrical-coordinate representation of color #DBAE65: hue angle of 37.12º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBAE65 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 101 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.14 |
| HSL | 37.12º | 0.62% | 0.63% | - |
| HSV(B) | 37.12º | 0.54% | 0.86% | - |
| XYZ | 46.7 | 46.27 | 18.78 | - |
| YUV | 179.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 101 | 0 | 0.21 | 0.54 | 0.14 | 37.12 | 0.62 | 0.63 |
| Hex | DB | AE | 65 | 0 | 15 | 36 | E | 25 | 3E | 3F |
| Octal | 333 | 256 | 145 | 0 | 25 | 66 | 16 | 45 | 76 | 77 |
| Binary | 11011011 | 10101110 | 1100101 | 0 | 10101 | 110110 | 1110 | 100101 | 111110 | 111111 |
Color Harmonies of #DBAE65
Complementary color
Monochromatic Colors of #DBAE65
Black with #DBAE65
Text Example
Text Example
White with #DBAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE65; }
p { color: rgb(219,174,101); }
H1.HeaderClassName
{
color: #DBAE65;
}
.AnyTagClassName
{
color: #DBAE65;
}
</style>
background-color css
<style>
a { background-color: #DBAE65; }
a { background-color: rgb(219,174,101); }
div.DivClassName
{
background-color: #DBAE65;
}
.BgClassName
{
background-color: #DBAE65;
}
</style>
border-color css
<style>
span { border-color: #DBAE65; }
span { border-color: rgb(219,174,101); }
td.TdClassName
{
border-color: #DBAE65;
}
.TagClassName
{
border-color: #DBAE65;
}
</style>