Shades of Equator #DBB86A
Tints of Equator #DBB86A
RGB
CMYK
RGB Variations
Color information
#DBB86A (or 0xDBB86A) is known color: Equator. HEX triplet: DB, B8 and 6A. RGB value is (219,184,106). Sum of RGB (Red+Green+Blue) = 219+184+106=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB86A is #244795. Grayscale: #B9B9B9. Windows color (decimal): -2377622 or 6994139. OLE color: 6994139.
HSL color Cylindrical-coordinate representation of color #DBB86A: hue angle of 41.42º 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 #DBB86A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.42º | 0.61% | 0.64% | - |
| HSV(B) | 41.42º | 0.52% | 0.86% | - |
| XYZ | 48.96 | 50.38 | 20.78 | - |
| YUV | 185.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 106 | 0 | 0.16 | 0.52 | 0.14 | 41.42 | 0.61 | 0.64 |
| Hex | DB | B8 | 6A | 0 | 10 | 34 | E | 29 | 3D | 40 |
| Octal | 333 | 270 | 152 | 0 | 20 | 64 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10111000 | 1101010 | 0 | 10000 | 110100 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB86A
Complementary color
Monochromatic Colors of #DBB86A
Black with #DBB86A
Text Example
Text Example
White with #DBB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB86A; }
p { color: rgb(219,184,106); }
H1.HeaderClassName
{
color: #DBB86A;
}
.AnyTagClassName
{
color: #DBB86A;
}
</style>
background-color css
<style>
a { background-color: #DBB86A; }
a { background-color: rgb(219,184,106); }
div.DivClassName
{
background-color: #DBB86A;
}
.BgClassName
{
background-color: #DBB86A;
}
</style>
border-color css
<style>
span { border-color: #DBB86A; }
span { border-color: rgb(219,184,106); }
td.TdClassName
{
border-color: #DBB86A;
}
.TagClassName
{
border-color: #DBB86A;
}
</style>