Shades of Equator #DBB762
Tints of Equator #DBB762
RGB
CMYK
RGB Variations
Color information
#DBB762 (or 0xDBB762) is known color: Equator. HEX triplet: DB, B7 and 62. RGB value is (219,183,98). Sum of RGB (Red+Green+Blue) = 219+183+98=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB762 is #24489D. Grayscale: #B8B8B8. Windows color (decimal): -2377886 or 6469595. OLE color: 6469595.
HSL color Cylindrical-coordinate representation of color #DBB762: hue angle of 42.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBB762 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 98 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42.15º | 0.63% | 0.62% | - |
| HSV(B) | 42.15º | 0.55% | 0.86% | - |
| XYZ | 48.35 | 49.81 | 18.62 | - |
| YUV | 184.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 98 | 0 | 0.16 | 0.55 | 0.14 | 42.15 | 0.63 | 0.62 |
| Hex | DB | B7 | 62 | 0 | 10 | 37 | E | 2A | 3F | 3E |
| Octal | 333 | 267 | 142 | 0 | 20 | 67 | 16 | 52 | 77 | 76 |
| Binary | 11011011 | 10110111 | 1100010 | 0 | 10000 | 110111 | 1110 | 101010 | 111111 | 111110 |
Color Harmonies of #DBB762
Complementary color
Monochromatic Colors of #DBB762
Black with #DBB762
Text Example
Text Example
White with #DBB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB762; }
p { color: rgb(219,183,98); }
H1.HeaderClassName
{
color: #DBB762;
}
.AnyTagClassName
{
color: #DBB762;
}
</style>
background-color css
<style>
a { background-color: #DBB762; }
a { background-color: rgb(219,183,98); }
div.DivClassName
{
background-color: #DBB762;
}
.BgClassName
{
background-color: #DBB762;
}
</style>
border-color css
<style>
span { border-color: #DBB762; }
span { border-color: rgb(219,183,98); }
td.TdClassName
{
border-color: #DBB762;
}
.TagClassName
{
border-color: #DBB762;
}
</style>