Shades of Equator #DBB06C
Tints of Equator #DBB06C
RGB
CMYK
RGB Variations
Color information
#DBB06C (or 0xDBB06C) is known color: Equator. HEX triplet: DB, B0 and 6C. RGB value is (219,176,108). Sum of RGB (Red+Green+Blue) = 219+176+108=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB06C is #244F93. Grayscale: #B5B5B5. Windows color (decimal): -2379668 or 7123163. OLE color: 7123163.
HSL color Cylindrical-coordinate representation of color #DBB06C: hue angle of 36.76º 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 #DBB06C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 108 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.14 |
| HSL | 36.76º | 0.61% | 0.64% | - |
| HSV(B) | 36.76º | 0.51% | 0.86% | - |
| XYZ | 47.45 | 47.19 | 20.8 | - |
| YUV | 181.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 108 | 0 | 0.20 | 0.51 | 0.14 | 36.76 | 0.61 | 0.64 |
| Hex | DB | B0 | 6C | 0 | 14 | 33 | E | 25 | 3D | 40 |
| Octal | 333 | 260 | 154 | 0 | 24 | 63 | 16 | 45 | 75 | 100 |
| Binary | 11011011 | 10110000 | 1101100 | 0 | 10100 | 110011 | 1110 | 100101 | 111101 | 1000000 |
Color Harmonies of #DBB06C
Complementary color
Monochromatic Colors of #DBB06C
Black with #DBB06C
Text Example
Text Example
White with #DBB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB06C; }
p { color: rgb(219,176,108); }
H1.HeaderClassName
{
color: #DBB06C;
}
.AnyTagClassName
{
color: #DBB06C;
}
</style>
background-color css
<style>
a { background-color: #DBB06C; }
a { background-color: rgb(219,176,108); }
div.DivClassName
{
background-color: #DBB06C;
}
.BgClassName
{
background-color: #DBB06C;
}
</style>
border-color css
<style>
span { border-color: #DBB06C; }
span { border-color: rgb(219,176,108); }
td.TdClassName
{
border-color: #DBB06C;
}
.TagClassName
{
border-color: #DBB06C;
}
</style>