Shades of Equator #DBB76B
Tints of Equator #DBB76B
RGB
CMYK
RGB Variations
Color information
#DBB76B (or 0xDBB76B) is known color: Equator. HEX triplet: DB, B7 and 6B. RGB value is (219,183,107). Sum of RGB (Red+Green+Blue) = 219+183+107=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76B is #244894. Grayscale: #B9B9B9. Windows color (decimal): -2377877 or 7059419. OLE color: 7059419.
HSL color Cylindrical-coordinate representation of color #DBB76B: hue angle of 40.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB76B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 107 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.14 |
| HSL | 40.71º | 0.61% | 0.64% | - |
| HSV(B) | 40.71º | 0.51% | 0.86% | - |
| XYZ | 48.8 | 49.99 | 20.99 | - |
| YUV | 185.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 107 | 0 | 0.16 | 0.51 | 0.14 | 40.71 | 0.61 | 0.64 |
| Hex | DB | B7 | 6B | 0 | 10 | 33 | E | 29 | 3D | 40 |
| Octal | 333 | 267 | 153 | 0 | 20 | 63 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10110111 | 1101011 | 0 | 10000 | 110011 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB76B
Complementary color
Monochromatic Colors of #DBB76B
Black with #DBB76B
Text Example
Text Example
White with #DBB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB76B; }
p { color: rgb(219,183,107); }
H1.HeaderClassName
{
color: #DBB76B;
}
.AnyTagClassName
{
color: #DBB76B;
}
</style>
background-color css
<style>
a { background-color: #DBB76B; }
a { background-color: rgb(219,183,107); }
div.DivClassName
{
background-color: #DBB76B;
}
.BgClassName
{
background-color: #DBB76B;
}
</style>
border-color css
<style>
span { border-color: #DBB76B; }
span { border-color: rgb(219,183,107); }
td.TdClassName
{
border-color: #DBB76B;
}
.TagClassName
{
border-color: #DBB76B;
}
</style>