Shades of Equator #DBB16C
Tints of Equator #DBB16C
RGB
CMYK
RGB Variations
Color information
#DBB16C (or 0xDBB16C) is known color: Equator. HEX triplet: DB, B1 and 6C. RGB value is (219,177,108). Sum of RGB (Red+Green+Blue) = 219+177+108=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB16C is #244E93. Grayscale: #B6B6B6. Windows color (decimal): -2379412 or 7123419. OLE color: 7123419.
HSL color Cylindrical-coordinate representation of color #DBB16C: hue angle of 37.3º 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 #DBB16C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 108 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.14 |
| HSL | 37.3º | 0.61% | 0.64% | - |
| HSV(B) | 37.3º | 0.51% | 0.86% | - |
| XYZ | 47.64 | 47.59 | 20.86 | - |
| YUV | 181.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 108 | 0 | 0.19 | 0.51 | 0.14 | 37.3 | 0.61 | 0.64 |
| Hex | DB | B1 | 6C | 0 | 13 | 33 | E | 25 | 3D | 40 |
| Octal | 333 | 261 | 154 | 0 | 23 | 63 | 16 | 45 | 75 | 100 |
| Binary | 11011011 | 10110001 | 1101100 | 0 | 10011 | 110011 | 1110 | 100101 | 111101 | 1000000 |
Color Harmonies of #DBB16C
Complementary color
Monochromatic Colors of #DBB16C
Black with #DBB16C
Text Example
Text Example
White with #DBB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB16C; }
p { color: rgb(219,177,108); }
H1.HeaderClassName
{
color: #DBB16C;
}
.AnyTagClassName
{
color: #DBB16C;
}
</style>
background-color css
<style>
a { background-color: #DBB16C; }
a { background-color: rgb(219,177,108); }
div.DivClassName
{
background-color: #DBB16C;
}
.BgClassName
{
background-color: #DBB16C;
}
</style>
border-color css
<style>
span { border-color: #DBB16C; }
span { border-color: rgb(219,177,108); }
td.TdClassName
{
border-color: #DBB16C;
}
.TagClassName
{
border-color: #DBB16C;
}
</style>