Shades of Equator #DBB85D
Tints of Equator #DBB85D
RGB
CMYK
RGB Variations
Color information
#DBB85D (or 0xDBB85D) is known color: Equator. HEX triplet: DB, B8 and 5D. RGB value is (219,184,93). Sum of RGB (Red+Green+Blue) = 219+184+93=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85D is #2447A2. Grayscale: #B8B8B8. Windows color (decimal): -2377635 or 6142171. OLE color: 6142171.
HSL color Cylindrical-coordinate representation of color #DBB85D: hue angle of 43.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB85D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 93 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 43.33º | 0.64% | 0.61% | - |
| HSV(B) | 43.33º | 0.58% | 0.86% | - |
| XYZ | 48.33 | 50.13 | 17.49 | - |
| YUV | 184.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 93 | 0 | 0.16 | 0.58 | 0.14 | 43.33 | 0.64 | 0.61 |
| Hex | DB | B8 | 5D | 0 | 10 | 3A | E | 2B | 40 | 3D |
| Octal | 333 | 270 | 135 | 0 | 20 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011011 | 10111000 | 1011101 | 0 | 10000 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DBB85D
Complementary color
Monochromatic Colors of #DBB85D
Black with #DBB85D
Text Example
Text Example
White with #DBB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB85D; }
p { color: rgb(219,184,93); }
H1.HeaderClassName
{
color: #DBB85D;
}
.AnyTagClassName
{
color: #DBB85D;
}
</style>
background-color css
<style>
a { background-color: #DBB85D; }
a { background-color: rgb(219,184,93); }
div.DivClassName
{
background-color: #DBB85D;
}
.BgClassName
{
background-color: #DBB85D;
}
</style>
border-color css
<style>
span { border-color: #DBB85D; }
span { border-color: rgb(219,184,93); }
td.TdClassName
{
border-color: #DBB85D;
}
.TagClassName
{
border-color: #DBB85D;
}
</style>