Shades of Equator #DBB76D
Tints of Equator #DBB76D
RGB
CMYK
RGB Variations
Color information
#DBB76D (or 0xDBB76D) is known color: Equator. HEX triplet: DB, B7 and 6D. RGB value is (219,183,109). Sum of RGB (Red+Green+Blue) = 219+183+109=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76D is #244892. Grayscale: #B9B9B9. Windows color (decimal): -2377875 or 7190491. OLE color: 7190491.
HSL color Cylindrical-coordinate representation of color #DBB76D: hue angle of 40.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB76D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 109 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.14 |
| HSL | 40.36º | 0.6% | 0.64% | - |
| HSV(B) | 40.36º | 0.5% | 0.86% | - |
| XYZ | 48.91 | 50.03 | 21.55 | - |
| YUV | 185.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 109 | 0 | 0.16 | 0.50 | 0.14 | 40.36 | 0.6 | 0.64 |
| Hex | DB | B7 | 6D | 0 | 10 | 32 | E | 28 | 3C | 40 |
| Octal | 333 | 267 | 155 | 0 | 20 | 62 | 16 | 50 | 74 | 100 |
| Binary | 11011011 | 10110111 | 1101101 | 0 | 10000 | 110010 | 1110 | 101000 | 111100 | 1000000 |
Color Harmonies of #DBB76D
Complementary color
Monochromatic Colors of #DBB76D
Black with #DBB76D
Text Example
Text Example
White with #DBB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB76D; }
p { color: rgb(219,183,109); }
H1.HeaderClassName
{
color: #DBB76D;
}
.AnyTagClassName
{
color: #DBB76D;
}
</style>
background-color css
<style>
a { background-color: #DBB76D; }
a { background-color: rgb(219,183,109); }
div.DivClassName
{
background-color: #DBB76D;
}
.BgClassName
{
background-color: #DBB76D;
}
</style>
border-color css
<style>
span { border-color: #DBB76D; }
span { border-color: rgb(219,183,109); }
td.TdClassName
{
border-color: #DBB76D;
}
.TagClassName
{
border-color: #DBB76D;
}
</style>