Shades of Equator #DBB75B
Tints of Equator #DBB75B
RGB
CMYK
RGB Variations
Color information
#DBB75B (or 0xDBB75B) is known color: Equator. HEX triplet: DB, B7 and 5B. RGB value is (219,183,91). Sum of RGB (Red+Green+Blue) = 219+183+91=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75B is #2448A4. Grayscale: #B7B7B7. Windows color (decimal): -2377893 or 6010843. OLE color: 6010843.
HSL color Cylindrical-coordinate representation of color #DBB75B: hue angle of 43.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB75B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 91 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 43.13º | 0.64% | 0.61% | - |
| HSV(B) | 43.13º | 0.58% | 0.86% | - |
| XYZ | 48.04 | 49.68 | 16.96 | - |
| YUV | 183.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 91 | 0 | 0.16 | 0.58 | 0.14 | 43.13 | 0.64 | 0.61 |
| Hex | DB | B7 | 5B | 0 | 10 | 3A | E | 2B | 40 | 3D |
| Octal | 333 | 267 | 133 | 0 | 20 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011011 | 10110111 | 1011011 | 0 | 10000 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DBB75B
Complementary color
Monochromatic Colors of #DBB75B
Black with #DBB75B
Text Example
Text Example
White with #DBB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB75B; }
p { color: rgb(219,183,91); }
H1.HeaderClassName
{
color: #DBB75B;
}
.AnyTagClassName
{
color: #DBB75B;
}
</style>
background-color css
<style>
a { background-color: #DBB75B; }
a { background-color: rgb(219,183,91); }
div.DivClassName
{
background-color: #DBB75B;
}
.BgClassName
{
background-color: #DBB75B;
}
</style>
border-color css
<style>
span { border-color: #DBB75B; }
span { border-color: rgb(219,183,91); }
td.TdClassName
{
border-color: #DBB75B;
}
.TagClassName
{
border-color: #DBB75B;
}
</style>