Shades of Equator #DBAE67
Tints of Equator #DBAE67
RGB
CMYK
RGB Variations
Color information
#DBAE67 (or 0xDBAE67) is known color: Equator. HEX triplet: DB, AE and 67. RGB value is (219,174,103). Sum of RGB (Red+Green+Blue) = 219+174+103=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE67 is #245198. Grayscale: #B3B3B3. Windows color (decimal): -2380185 or 6794971. OLE color: 6794971.
HSL color Cylindrical-coordinate representation of color #DBAE67: hue angle of 36.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAE67 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 103 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.14 |
| HSL | 36.72º | 0.62% | 0.63% | - |
| HSV(B) | 36.72º | 0.53% | 0.86% | - |
| XYZ | 46.8 | 46.31 | 19.3 | - |
| YUV | 179.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 103 | 0 | 0.21 | 0.53 | 0.14 | 36.72 | 0.62 | 0.63 |
| Hex | DB | AE | 67 | 0 | 15 | 35 | E | 25 | 3E | 3F |
| Octal | 333 | 256 | 147 | 0 | 25 | 65 | 16 | 45 | 76 | 77 |
| Binary | 11011011 | 10101110 | 1100111 | 0 | 10101 | 110101 | 1110 | 100101 | 111110 | 111111 |
Color Harmonies of #DBAE67
Complementary color
Monochromatic Colors of #DBAE67
Black with #DBAE67
Text Example
Text Example
White with #DBAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE67; }
p { color: rgb(219,174,103); }
H1.HeaderClassName
{
color: #DBAE67;
}
.AnyTagClassName
{
color: #DBAE67;
}
</style>
background-color css
<style>
a { background-color: #DBAE67; }
a { background-color: rgb(219,174,103); }
div.DivClassName
{
background-color: #DBAE67;
}
.BgClassName
{
background-color: #DBAE67;
}
</style>
border-color css
<style>
span { border-color: #DBAE67; }
span { border-color: rgb(219,174,103); }
td.TdClassName
{
border-color: #DBAE67;
}
.TagClassName
{
border-color: #DBAE67;
}
</style>