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