Shades of Equator #DBB75E
Tints of Equator #DBB75E
RGB
CMYK
RGB Variations
Color information
#DBB75E (or 0xDBB75E) is known color: Equator. HEX triplet: DB, B7 and 5E. RGB value is (219,183,94). Sum of RGB (Red+Green+Blue) = 219+183+94=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75E is #2448A1. Grayscale: #B8B8B8. Windows color (decimal): -2377890 or 6207451. OLE color: 6207451.
HSL color Cylindrical-coordinate representation of color #DBB75E: hue angle of 42.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB75E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 94 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.14 |
| HSL | 42.72º | 0.63% | 0.61% | - |
| HSV(B) | 42.72º | 0.57% | 0.86% | - |
| XYZ | 48.17 | 49.74 | 17.65 | - |
| YUV | 183.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 94 | 0 | 0.16 | 0.57 | 0.14 | 42.72 | 0.63 | 0.61 |
| Hex | DB | B7 | 5E | 0 | 10 | 39 | E | 2B | 3F | 3D |
| Octal | 333 | 267 | 136 | 0 | 20 | 71 | 16 | 53 | 77 | 75 |
| Binary | 11011011 | 10110111 | 1011110 | 0 | 10000 | 111001 | 1110 | 101011 | 111111 | 111101 |
Color Harmonies of #DBB75E
Complementary color
Monochromatic Colors of #DBB75E
Black with #DBB75E
Text Example
Text Example
White with #DBB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB75E; }
p { color: rgb(219,183,94); }
H1.HeaderClassName
{
color: #DBB75E;
}
.AnyTagClassName
{
color: #DBB75E;
}
</style>
background-color css
<style>
a { background-color: #DBB75E; }
a { background-color: rgb(219,183,94); }
div.DivClassName
{
background-color: #DBB75E;
}
.BgClassName
{
background-color: #DBB75E;
}
</style>
border-color css
<style>
span { border-color: #DBB75E; }
span { border-color: rgb(219,183,94); }
td.TdClassName
{
border-color: #DBB75E;
}
.TagClassName
{
border-color: #DBB75E;
}
</style>