Shades of Equator #DBA76A
Tints of Equator #DBA76A
RGB
CMYK
RGB Variations
Color information
#DBA76A (or 0xDBA76A) is known color: Equator. HEX triplet: DB, A7 and 6A. RGB value is (219,167,106). Sum of RGB (Red+Green+Blue) = 219+167+106=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76A is #245895. Grayscale: #AFAFAF. Windows color (decimal): -2381974 or 6989787. OLE color: 6989787.
HSL color Cylindrical-coordinate representation of color #DBA76A: hue angle of 32.39º 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 #DBA76A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 106 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.14 |
| HSL | 32.39º | 0.61% | 0.64% | - |
| HSV(B) | 32.39º | 0.52% | 0.86% | - |
| XYZ | 45.63 | 43.74 | 19.67 | - |
| YUV | 175.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 106 | 0 | 0.24 | 0.52 | 0.14 | 32.39 | 0.61 | 0.64 |
| Hex | DB | A7 | 6A | 0 | 18 | 34 | E | 20 | 3D | 40 |
| Octal | 333 | 247 | 152 | 0 | 30 | 64 | 16 | 40 | 75 | 100 |
| Binary | 11011011 | 10100111 | 1101010 | 0 | 11000 | 110100 | 1110 | 100000 | 111101 | 1000000 |
Color Harmonies of #DBA76A
Complementary color
Monochromatic Colors of #DBA76A
Black with #DBA76A
Text Example
Text Example
White with #DBA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA76A; }
p { color: rgb(219,167,106); }
H1.HeaderClassName
{
color: #DBA76A;
}
.AnyTagClassName
{
color: #DBA76A;
}
</style>
background-color css
<style>
a { background-color: #DBA76A; }
a { background-color: rgb(219,167,106); }
div.DivClassName
{
background-color: #DBA76A;
}
.BgClassName
{
background-color: #DBA76A;
}
</style>
border-color css
<style>
span { border-color: #DBA76A; }
span { border-color: rgb(219,167,106); }
td.TdClassName
{
border-color: #DBA76A;
}
.TagClassName
{
border-color: #DBA76A;
}
</style>