Shades of Equator #DBAE6B
Tints of Equator #DBAE6B
RGB
CMYK
RGB Variations
Color information
#DBAE6B (or 0xDBAE6B) is known color: Equator. HEX triplet: DB, AE and 6B. RGB value is (219,174,107). Sum of RGB (Red+Green+Blue) = 219+174+107=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE6B is #245194. Grayscale: #B4B4B4. Windows color (decimal): -2380181 or 7057115. OLE color: 7057115.
HSL color Cylindrical-coordinate representation of color #DBAE6B: hue angle of 35.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBAE6B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 107 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 35.89º | 0.61% | 0.64% | - |
| HSV(B) | 35.89º | 0.51% | 0.86% | - |
| XYZ | 47 | 46.39 | 20.39 | - |
| YUV | 179.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 107 | 0 | 0.21 | 0.51 | 0.14 | 35.89 | 0.61 | 0.64 |
| Hex | DB | AE | 6B | 0 | 15 | 33 | E | 24 | 3D | 40 |
| Octal | 333 | 256 | 153 | 0 | 25 | 63 | 16 | 44 | 75 | 100 |
| Binary | 11011011 | 10101110 | 1101011 | 0 | 10101 | 110011 | 1110 | 100100 | 111101 | 1000000 |
Color Harmonies of #DBAE6B
Complementary color
Monochromatic Colors of #DBAE6B
Black with #DBAE6B
Text Example
Text Example
White with #DBAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE6B; }
p { color: rgb(219,174,107); }
H1.HeaderClassName
{
color: #DBAE6B;
}
.AnyTagClassName
{
color: #DBAE6B;
}
</style>
background-color css
<style>
a { background-color: #DBAE6B; }
a { background-color: rgb(219,174,107); }
div.DivClassName
{
background-color: #DBAE6B;
}
.BgClassName
{
background-color: #DBAE6B;
}
</style>
border-color css
<style>
span { border-color: #DBAE6B; }
span { border-color: rgb(219,174,107); }
td.TdClassName
{
border-color: #DBAE6B;
}
.TagClassName
{
border-color: #DBAE6B;
}
</style>