Shades of Equator #DBAE5F
Tints of Equator #DBAE5F
RGB
CMYK
RGB Variations
Color information
#DBAE5F (or 0xDBAE5F) is known color: Equator. HEX triplet: DB, AE and 5F. RGB value is (219,174,95). Sum of RGB (Red+Green+Blue) = 219+174+95=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE5F is #2451A0. Grayscale: #B2B2B2. Windows color (decimal): -2380193 or 6270683. OLE color: 6270683.
HSL color Cylindrical-coordinate representation of color #DBAE5F: hue angle of 38.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBAE5F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 95 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.14 |
| HSL | 38.23º | 0.63% | 0.62% | - |
| HSV(B) | 38.23º | 0.57% | 0.86% | - |
| XYZ | 46.42 | 46.16 | 17.29 | - |
| YUV | 178.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 95 | 0 | 0.21 | 0.57 | 0.14 | 38.23 | 0.63 | 0.62 |
| Hex | DB | AE | 5F | 0 | 15 | 39 | E | 26 | 3F | 3E |
| Octal | 333 | 256 | 137 | 0 | 25 | 71 | 16 | 46 | 77 | 76 |
| Binary | 11011011 | 10101110 | 1011111 | 0 | 10101 | 111001 | 1110 | 100110 | 111111 | 111110 |
Color Harmonies of #DBAE5F
Complementary color
Monochromatic Colors of #DBAE5F
Black with #DBAE5F
Text Example
Text Example
White with #DBAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE5F; }
p { color: rgb(219,174,95); }
H1.HeaderClassName
{
color: #DBAE5F;
}
.AnyTagClassName
{
color: #DBAE5F;
}
</style>
background-color css
<style>
a { background-color: #DBAE5F; }
a { background-color: rgb(219,174,95); }
div.DivClassName
{
background-color: #DBAE5F;
}
.BgClassName
{
background-color: #DBAE5F;
}
</style>
border-color css
<style>
span { border-color: #DBAE5F; }
span { border-color: rgb(219,174,95); }
td.TdClassName
{
border-color: #DBAE5F;
}
.TagClassName
{
border-color: #DBAE5F;
}
</style>