Shades of Equator #DBB761
Tints of Equator #DBB761
RGB
CMYK
RGB Variations
Color information
#DBB761 (or 0xDBB761) is known color: Equator. HEX triplet: DB, B7 and 61. RGB value is (219,183,97). Sum of RGB (Red+Green+Blue) = 219+183+97=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB761 is #24489E. Grayscale: #B8B8B8. Windows color (decimal): -2377887 or 6404059. OLE color: 6404059.
HSL color Cylindrical-coordinate representation of color #DBB761: hue angle of 42.3º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBB761 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 97 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.14 |
| HSL | 42.3º | 0.63% | 0.62% | - |
| HSV(B) | 42.3º | 0.56% | 0.86% | - |
| XYZ | 48.3 | 49.79 | 18.37 | - |
| YUV | 183.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 97 | 0 | 0.16 | 0.56 | 0.14 | 42.3 | 0.63 | 0.62 |
| Hex | DB | B7 | 61 | 0 | 10 | 38 | E | 2A | 3F | 3E |
| Octal | 333 | 267 | 141 | 0 | 20 | 70 | 16 | 52 | 77 | 76 |
| Binary | 11011011 | 10110111 | 1100001 | 0 | 10000 | 111000 | 1110 | 101010 | 111111 | 111110 |
Color Harmonies of #DBB761
Complementary color
Monochromatic Colors of #DBB761
Black with #DBB761
Text Example
Text Example
White with #DBB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB761; }
p { color: rgb(219,183,97); }
H1.HeaderClassName
{
color: #DBB761;
}
.AnyTagClassName
{
color: #DBB761;
}
</style>
background-color css
<style>
a { background-color: #DBB761; }
a { background-color: rgb(219,183,97); }
div.DivClassName
{
background-color: #DBB761;
}
.BgClassName
{
background-color: #DBB761;
}
</style>
border-color css
<style>
span { border-color: #DBB761; }
span { border-color: rgb(219,183,97); }
td.TdClassName
{
border-color: #DBB761;
}
.TagClassName
{
border-color: #DBB761;
}
</style>