Shades of Equator #DBB75F
Tints of Equator #DBB75F
RGB
CMYK
RGB Variations
Color information
#DBB75F (or 0xDBB75F) is known color: Equator. HEX triplet: DB, B7 and 5F. RGB value is (219,183,95). Sum of RGB (Red+Green+Blue) = 219+183+95=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75F is #2448A0. Grayscale: #B8B8B8. Windows color (decimal): -2377889 or 6272987. OLE color: 6272987.
HSL color Cylindrical-coordinate representation of color #DBB75F: hue angle of 42.58º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB75F is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 95 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.14 |
| HSL | 42.58º | 0.63% | 0.62% | - |
| HSV(B) | 42.58º | 0.57% | 0.86% | - |
| XYZ | 48.21 | 49.75 | 17.89 | - |
| YUV | 183.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 95 | 0 | 0.16 | 0.57 | 0.14 | 42.58 | 0.63 | 0.62 |
| Hex | DB | B7 | 5F | 0 | 10 | 39 | E | 2B | 3F | 3E |
| Octal | 333 | 267 | 137 | 0 | 20 | 71 | 16 | 53 | 77 | 76 |
| Binary | 11011011 | 10110111 | 1011111 | 0 | 10000 | 111001 | 1110 | 101011 | 111111 | 111110 |
Color Harmonies of #DBB75F
Complementary color
Monochromatic Colors of #DBB75F
Black with #DBB75F
Text Example
Text Example
White with #DBB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB75F; }
p { color: rgb(219,183,95); }
H1.HeaderClassName
{
color: #DBB75F;
}
.AnyTagClassName
{
color: #DBB75F;
}
</style>
background-color css
<style>
a { background-color: #DBB75F; }
a { background-color: rgb(219,183,95); }
div.DivClassName
{
background-color: #DBB75F;
}
.BgClassName
{
background-color: #DBB75F;
}
</style>
border-color css
<style>
span { border-color: #DBB75F; }
span { border-color: rgb(219,183,95); }
td.TdClassName
{
border-color: #DBB75F;
}
.TagClassName
{
border-color: #DBB75F;
}
</style>