Shades of Equator #DBAE5D
Tints of Equator #DBAE5D
RGB
CMYK
RGB Variations
Color information
#DBAE5D (or 0xDBAE5D) is known color: Equator. HEX triplet: DB, AE and 5D. RGB value is (219,174,93). Sum of RGB (Red+Green+Blue) = 219+174+93=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE5D is #2451A2. Grayscale: #B2B2B2. Windows color (decimal): -2380195 or 6139611. OLE color: 6139611.
HSL color Cylindrical-coordinate representation of color #DBAE5D: hue angle of 38.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBAE5D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 93 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.14 |
| HSL | 38.57º | 0.64% | 0.61% | - |
| HSV(B) | 38.57º | 0.58% | 0.86% | - |
| XYZ | 46.33 | 46.12 | 16.82 | - |
| YUV | 178.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 93 | 0 | 0.21 | 0.58 | 0.14 | 38.57 | 0.64 | 0.61 |
| Hex | DB | AE | 5D | 0 | 15 | 3A | E | 27 | 40 | 3D |
| Octal | 333 | 256 | 135 | 0 | 25 | 72 | 16 | 47 | 100 | 75 |
| Binary | 11011011 | 10101110 | 1011101 | 0 | 10101 | 111010 | 1110 | 100111 | 1000000 | 111101 |
Color Harmonies of #DBAE5D
Complementary color
Monochromatic Colors of #DBAE5D
Black with #DBAE5D
Text Example
Text Example
White with #DBAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE5D; }
p { color: rgb(219,174,93); }
H1.HeaderClassName
{
color: #DBAE5D;
}
.AnyTagClassName
{
color: #DBAE5D;
}
</style>
background-color css
<style>
a { background-color: #DBAE5D; }
a { background-color: rgb(219,174,93); }
div.DivClassName
{
background-color: #DBAE5D;
}
.BgClassName
{
background-color: #DBAE5D;
}
</style>
border-color css
<style>
span { border-color: #DBAE5D; }
span { border-color: rgb(219,174,93); }
td.TdClassName
{
border-color: #DBAE5D;
}
.TagClassName
{
border-color: #DBAE5D;
}
</style>