Shades of Equator #DBB16D
Tints of Equator #DBB16D
RGB
CMYK
RGB Variations
Color information
#DBB16D (or 0xDBB16D) is known color: Equator. HEX triplet: DB, B1 and 6D. RGB value is (219,177,109). Sum of RGB (Red+Green+Blue) = 219+177+109=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB16D is #244E92. Grayscale: #B6B6B6. Windows color (decimal): -2379411 or 7188955. OLE color: 7188955.
HSL color Cylindrical-coordinate representation of color #DBB16D: hue angle of 37.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB16D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 109 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.14 |
| HSL | 37.09º | 0.6% | 0.64% | - |
| HSV(B) | 37.09º | 0.5% | 0.86% | - |
| XYZ | 47.7 | 47.61 | 21.14 | - |
| YUV | 181.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 109 | 0 | 0.19 | 0.50 | 0.14 | 37.09 | 0.6 | 0.64 |
| Hex | DB | B1 | 6D | 0 | 13 | 32 | E | 25 | 3C | 40 |
| Octal | 333 | 261 | 155 | 0 | 23 | 62 | 16 | 45 | 74 | 100 |
| Binary | 11011011 | 10110001 | 1101101 | 0 | 10011 | 110010 | 1110 | 100101 | 111100 | 1000000 |
Color Harmonies of #DBB16D
Complementary color
Monochromatic Colors of #DBB16D
Black with #DBB16D
Text Example
Text Example
White with #DBB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB16D; }
p { color: rgb(219,177,109); }
H1.HeaderClassName
{
color: #DBB16D;
}
.AnyTagClassName
{
color: #DBB16D;
}
</style>
background-color css
<style>
a { background-color: #DBB16D; }
a { background-color: rgb(219,177,109); }
div.DivClassName
{
background-color: #DBB16D;
}
.BgClassName
{
background-color: #DBB16D;
}
</style>
border-color css
<style>
span { border-color: #DBB16D; }
span { border-color: rgb(219,177,109); }
td.TdClassName
{
border-color: #DBB16D;
}
.TagClassName
{
border-color: #DBB16D;
}
</style>