Shades of Equator #DBB76C
Tints of Equator #DBB76C
RGB
CMYK
RGB Variations
Color information
#DBB76C (or 0xDBB76C) is known color: Equator. HEX triplet: DB, B7 and 6C. RGB value is (219,183,108). Sum of RGB (Red+Green+Blue) = 219+183+108=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76C is #244893. Grayscale: #B9B9B9. Windows color (decimal): -2377876 or 7124955. OLE color: 7124955.
HSL color Cylindrical-coordinate representation of color #DBB76C: hue angle of 40.54º 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 #DBB76C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 108 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.14 |
| HSL | 40.54º | 0.61% | 0.64% | - |
| HSV(B) | 40.54º | 0.51% | 0.86% | - |
| XYZ | 48.85 | 50.01 | 21.27 | - |
| YUV | 185.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 108 | 0 | 0.16 | 0.51 | 0.14 | 40.54 | 0.61 | 0.64 |
| Hex | DB | B7 | 6C | 0 | 10 | 33 | E | 29 | 3D | 40 |
| Octal | 333 | 267 | 154 | 0 | 20 | 63 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10110111 | 1101100 | 0 | 10000 | 110011 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB76C
Complementary color
Monochromatic Colors of #DBB76C
Black with #DBB76C
Text Example
Text Example
White with #DBB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB76C; }
p { color: rgb(219,183,108); }
H1.HeaderClassName
{
color: #DBB76C;
}
.AnyTagClassName
{
color: #DBB76C;
}
</style>
background-color css
<style>
a { background-color: #DBB76C; }
a { background-color: rgb(219,183,108); }
div.DivClassName
{
background-color: #DBB76C;
}
.BgClassName
{
background-color: #DBB76C;
}
</style>
border-color css
<style>
span { border-color: #DBB76C; }
span { border-color: rgb(219,183,108); }
td.TdClassName
{
border-color: #DBB76C;
}
.TagClassName
{
border-color: #DBB76C;
}
</style>