Shades of Equator #DBB66B
Tints of Equator #DBB66B
RGB
CMYK
RGB Variations
Color information
#DBB66B (or 0xDBB66B) is known color: Equator. HEX triplet: DB, B6 and 6B. RGB value is (219,182,107). Sum of RGB (Red+Green+Blue) = 219+182+107=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB66B is #244994. Grayscale: #B8B8B8. Windows color (decimal): -2378133 or 7059163. OLE color: 7059163.
HSL color Cylindrical-coordinate representation of color #DBB66B: hue angle of 40.18º 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 #DBB66B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.14 |
| HSL | 40.18º | 0.61% | 0.64% | - |
| HSV(B) | 40.18º | 0.51% | 0.86% | - |
| XYZ | 48.6 | 49.58 | 20.92 | - |
| YUV | 184.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 107 | 0 | 0.17 | 0.51 | 0.14 | 40.18 | 0.61 | 0.64 |
| Hex | DB | B6 | 6B | 0 | 11 | 33 | E | 28 | 3D | 40 |
| Octal | 333 | 266 | 153 | 0 | 21 | 63 | 16 | 50 | 75 | 100 |
| Binary | 11011011 | 10110110 | 1101011 | 0 | 10001 | 110011 | 1110 | 101000 | 111101 | 1000000 |
Color Harmonies of #DBB66B
Complementary color
Monochromatic Colors of #DBB66B
Black with #DBB66B
Text Example
Text Example
White with #DBB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB66B; }
p { color: rgb(219,182,107); }
H1.HeaderClassName
{
color: #DBB66B;
}
.AnyTagClassName
{
color: #DBB66B;
}
</style>
background-color css
<style>
a { background-color: #DBB66B; }
a { background-color: rgb(219,182,107); }
div.DivClassName
{
background-color: #DBB66B;
}
.BgClassName
{
background-color: #DBB66B;
}
</style>
border-color css
<style>
span { border-color: #DBB66B; }
span { border-color: rgb(219,182,107); }
td.TdClassName
{
border-color: #DBB66B;
}
.TagClassName
{
border-color: #DBB66B;
}
</style>