Shades of Equator #DBAE6A
Tints of Equator #DBAE6A
RGB
CMYK
RGB Variations
Color information
#DBAE6A (or 0xDBAE6A) is known color: Equator. HEX triplet: DB, AE and 6A. RGB value is (219,174,106). Sum of RGB (Red+Green+Blue) = 219+174+106=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE6A is #245195. Grayscale: #B4B4B4. Windows color (decimal): -2380182 or 6991579. OLE color: 6991579.
HSL color Cylindrical-coordinate representation of color #DBAE6A: hue angle of 36.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBAE6A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 106 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.14 |
| HSL | 36.11º | 0.61% | 0.64% | - |
| HSV(B) | 36.11º | 0.52% | 0.86% | - |
| XYZ | 46.95 | 46.37 | 20.11 | - |
| YUV | 179.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 106 | 0 | 0.21 | 0.52 | 0.14 | 36.11 | 0.61 | 0.64 |
| Hex | DB | AE | 6A | 0 | 15 | 34 | E | 24 | 3D | 40 |
| Octal | 333 | 256 | 152 | 0 | 25 | 64 | 16 | 44 | 75 | 100 |
| Binary | 11011011 | 10101110 | 1101010 | 0 | 10101 | 110100 | 1110 | 100100 | 111101 | 1000000 |
Color Harmonies of #DBAE6A
Complementary color
Monochromatic Colors of #DBAE6A
Black with #DBAE6A
Text Example
Text Example
White with #DBAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE6A; }
p { color: rgb(219,174,106); }
H1.HeaderClassName
{
color: #DBAE6A;
}
.AnyTagClassName
{
color: #DBAE6A;
}
</style>
background-color css
<style>
a { background-color: #DBAE6A; }
a { background-color: rgb(219,174,106); }
div.DivClassName
{
background-color: #DBAE6A;
}
.BgClassName
{
background-color: #DBAE6A;
}
</style>
border-color css
<style>
span { border-color: #DBAE6A; }
span { border-color: rgb(219,174,106); }
td.TdClassName
{
border-color: #DBAE6A;
}
.TagClassName
{
border-color: #DBAE6A;
}
</style>