Shades of Equator #DBB964
Tints of Equator #DBB964
RGB
CMYK
RGB Variations
Color information
#DBB964 (or 0xDBB964) is known color: Equator. HEX triplet: DB, B9 and 64. RGB value is (219,185,100). Sum of RGB (Red+Green+Blue) = 219+185+100=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB964 is #24469B. Grayscale: #B9B9B9. Windows color (decimal): -2377372 or 6601179. OLE color: 6601179.
HSL color Cylindrical-coordinate representation of color #DBB964: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBB964 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 100 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.14 |
| HSL | 42.86º | 0.62% | 0.63% | - |
| HSV(B) | 42.86º | 0.54% | 0.86% | - |
| XYZ | 48.86 | 50.68 | 19.26 | - |
| YUV | 185.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 100 | 0 | 0.16 | 0.54 | 0.14 | 42.86 | 0.62 | 0.63 |
| Hex | DB | B9 | 64 | 0 | 10 | 36 | E | 2B | 3E | 3F |
| Octal | 333 | 271 | 144 | 0 | 20 | 66 | 16 | 53 | 76 | 77 |
| Binary | 11011011 | 10111001 | 1100100 | 0 | 10000 | 110110 | 1110 | 101011 | 111110 | 111111 |
Color Harmonies of #DBB964
Complementary color
Monochromatic Colors of #DBB964
Black with #DBB964
Text Example
Text Example
White with #DBB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB964; }
p { color: rgb(219,185,100); }
H1.HeaderClassName
{
color: #DBB964;
}
.AnyTagClassName
{
color: #DBB964;
}
</style>
background-color css
<style>
a { background-color: #DBB964; }
a { background-color: rgb(219,185,100); }
div.DivClassName
{
background-color: #DBB964;
}
.BgClassName
{
background-color: #DBB964;
}
</style>
border-color css
<style>
span { border-color: #DBB964; }
span { border-color: rgb(219,185,100); }
td.TdClassName
{
border-color: #DBB964;
}
.TagClassName
{
border-color: #DBB964;
}
</style>