Shades of Equator #DBB76A
Tints of Equator #DBB76A
RGB
CMYK
RGB Variations
Color information
#DBB76A (or 0xDBB76A) is known color: Equator. HEX triplet: DB, B7 and 6A. RGB value is (219,183,106). Sum of RGB (Red+Green+Blue) = 219+183+106=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76A is #244895. Grayscale: #B9B9B9. Windows color (decimal): -2377878 or 6993883. OLE color: 6993883.
HSL color Cylindrical-coordinate representation of color #DBB76A: hue angle of 40.88º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBB76A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 40.88º | 0.61% | 0.64% | - |
| HSV(B) | 40.88º | 0.52% | 0.86% | - |
| XYZ | 48.75 | 49.97 | 20.71 | - |
| YUV | 184.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 106 | 0 | 0.16 | 0.52 | 0.14 | 40.88 | 0.61 | 0.64 |
| Hex | DB | B7 | 6A | 0 | 10 | 34 | E | 29 | 3D | 40 |
| Octal | 333 | 267 | 152 | 0 | 20 | 64 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10110111 | 1101010 | 0 | 10000 | 110100 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB76A
Complementary color
Monochromatic Colors of #DBB76A
Black with #DBB76A
Text Example
Text Example
White with #DBB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB76A; }
p { color: rgb(219,183,106); }
H1.HeaderClassName
{
color: #DBB76A;
}
.AnyTagClassName
{
color: #DBB76A;
}
</style>
background-color css
<style>
a { background-color: #DBB76A; }
a { background-color: rgb(219,183,106); }
div.DivClassName
{
background-color: #DBB76A;
}
.BgClassName
{
background-color: #DBB76A;
}
</style>
border-color css
<style>
span { border-color: #DBB76A; }
span { border-color: rgb(219,183,106); }
td.TdClassName
{
border-color: #DBB76A;
}
.TagClassName
{
border-color: #DBB76A;
}
</style>