Shades of Equator #DBB863
Tints of Equator #DBB863
RGB
CMYK
RGB Variations
Color information
#DBB863 (or 0xDBB863) is known color: Equator. HEX triplet: DB, B8 and 63. RGB value is (219,184,99). Sum of RGB (Red+Green+Blue) = 219+184+99=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB863 is #24479C. Grayscale: #B9B9B9. Windows color (decimal): -2377629 or 6535387. OLE color: 6535387.
HSL color Cylindrical-coordinate representation of color #DBB863: hue angle of 42.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBB863 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42.5º | 0.63% | 0.62% | - |
| HSV(B) | 42.5º | 0.55% | 0.86% | - |
| XYZ | 48.61 | 50.24 | 18.94 | - |
| YUV | 184.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 99 | 0 | 0.16 | 0.55 | 0.14 | 42.5 | 0.63 | 0.62 |
| Hex | DB | B8 | 63 | 0 | 10 | 37 | E | 2A | 3E | 3E |
| Octal | 333 | 270 | 143 | 0 | 20 | 67 | 16 | 52 | 76 | 76 |
| Binary | 11011011 | 10111000 | 1100011 | 0 | 10000 | 110111 | 1110 | 101010 | 111110 | 111110 |
Color Harmonies of #DBB863
Complementary color
Monochromatic Colors of #DBB863
Black with #DBB863
Text Example
Text Example
White with #DBB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB863; }
p { color: rgb(219,184,99); }
H1.HeaderClassName
{
color: #DBB863;
}
.AnyTagClassName
{
color: #DBB863;
}
</style>
background-color css
<style>
a { background-color: #DBB863; }
a { background-color: rgb(219,184,99); }
div.DivClassName
{
background-color: #DBB863;
}
.BgClassName
{
background-color: #DBB863;
}
</style>
border-color css
<style>
span { border-color: #DBB863; }
span { border-color: rgb(219,184,99); }
td.TdClassName
{
border-color: #DBB863;
}
.TagClassName
{
border-color: #DBB863;
}
</style>