Shades of Equator #DBB16B
Tints of Equator #DBB16B
RGB
CMYK
RGB Variations
Color information
#DBB16B (or 0xDBB16B) is known color: Equator. HEX triplet: DB, B1 and 6B. RGB value is (219,177,107). Sum of RGB (Red+Green+Blue) = 219+177+107=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB16B is #244E94. Grayscale: #B5B5B5. Windows color (decimal): -2379413 or 7057883. OLE color: 7057883.
HSL color Cylindrical-coordinate representation of color #DBB16B: hue angle of 37.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB16B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 107 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.14 |
| HSL | 37.5º | 0.61% | 0.64% | - |
| HSV(B) | 37.5º | 0.51% | 0.86% | - |
| XYZ | 47.59 | 47.57 | 20.58 | - |
| YUV | 181.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 107 | 0 | 0.19 | 0.51 | 0.14 | 37.5 | 0.61 | 0.64 |
| Hex | DB | B1 | 6B | 0 | 13 | 33 | E | 26 | 3D | 40 |
| Octal | 333 | 261 | 153 | 0 | 23 | 63 | 16 | 46 | 75 | 100 |
| Binary | 11011011 | 10110001 | 1101011 | 0 | 10011 | 110011 | 1110 | 100110 | 111101 | 1000000 |
Color Harmonies of #DBB16B
Complementary color
Monochromatic Colors of #DBB16B
Black with #DBB16B
Text Example
Text Example
White with #DBB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB16B; }
p { color: rgb(219,177,107); }
H1.HeaderClassName
{
color: #DBB16B;
}
.AnyTagClassName
{
color: #DBB16B;
}
</style>
background-color css
<style>
a { background-color: #DBB16B; }
a { background-color: rgb(219,177,107); }
div.DivClassName
{
background-color: #DBB16B;
}
.BgClassName
{
background-color: #DBB16B;
}
</style>
border-color css
<style>
span { border-color: #DBB16B; }
span { border-color: rgb(219,177,107); }
td.TdClassName
{
border-color: #DBB16B;
}
.TagClassName
{
border-color: #DBB16B;
}
</style>