Shades of Equator #DBB75A
Tints of Equator #DBB75A
RGB
CMYK
RGB Variations
Color information
#DBB75A (or 0xDBB75A) is known color: Equator. HEX triplet: DB, B7 and 5A. RGB value is (219,183,90). Sum of RGB (Red+Green+Blue) = 219+183+90=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75A is #2448A5. Grayscale: #B7B7B7. Windows color (decimal): -2377894 or 5945307. OLE color: 5945307.
HSL color Cylindrical-coordinate representation of color #DBB75A: hue angle of 43.26º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBB75A is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 90 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.14 |
| HSL | 43.26º | 0.64% | 0.61% | - |
| HSV(B) | 43.26º | 0.59% | 0.86% | - |
| XYZ | 47.99 | 49.67 | 16.73 | - |
| YUV | 183.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 90 | 0 | 0.16 | 0.59 | 0.14 | 43.26 | 0.64 | 0.61 |
| Hex | DB | B7 | 5A | 0 | 10 | 3B | E | 2B | 40 | 3D |
| Octal | 333 | 267 | 132 | 0 | 20 | 73 | 16 | 53 | 100 | 75 |
| Binary | 11011011 | 10110111 | 1011010 | 0 | 10000 | 111011 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DBB75A
Complementary color
Monochromatic Colors of #DBB75A
Black with #DBB75A
Text Example
Text Example
White with #DBB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB75A; }
p { color: rgb(219,183,90); }
H1.HeaderClassName
{
color: #DBB75A;
}
.AnyTagClassName
{
color: #DBB75A;
}
</style>
background-color css
<style>
a { background-color: #DBB75A; }
a { background-color: rgb(219,183,90); }
div.DivClassName
{
background-color: #DBB75A;
}
.BgClassName
{
background-color: #DBB75A;
}
</style>
border-color css
<style>
span { border-color: #DBB75A; }
span { border-color: rgb(219,183,90); }
td.TdClassName
{
border-color: #DBB75A;
}
.TagClassName
{
border-color: #DBB75A;
}
</style>