Shades of Equator #DBBA66
Tints of Equator #DBBA66
RGB
CMYK
RGB Variations
Color information
#DBBA66 (or 0xDBBA66) is known color: Equator. HEX triplet: DB, BA and 66. RGB value is (219,186,102). Sum of RGB (Red+Green+Blue) = 219+186+102=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA66 is #244599. Grayscale: #BABABA. Windows color (decimal): -2377114 or 6732507. OLE color: 6732507.
HSL color Cylindrical-coordinate representation of color #DBBA66: hue angle of 43.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBBA66 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 102 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.14 |
| HSL | 43.08º | 0.62% | 0.63% | - |
| HSV(B) | 43.08º | 0.53% | 0.86% | - |
| XYZ | 49.17 | 51.14 | 19.85 | - |
| YUV | 186.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 102 | 0 | 0.15 | 0.53 | 0.14 | 43.08 | 0.62 | 0.63 |
| Hex | DB | BA | 66 | 0 | F | 35 | E | 2B | 3E | 3F |
| Octal | 333 | 272 | 146 | 0 | 17 | 65 | 16 | 53 | 76 | 77 |
| Binary | 11011011 | 10111010 | 1100110 | 0 | 1111 | 110101 | 1110 | 101011 | 111110 | 111111 |
Color Harmonies of #DBBA66
Complementary color
Monochromatic Colors of #DBBA66
Black with #DBBA66
Text Example
Text Example
White with #DBBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA66; }
p { color: rgb(219,186,102); }
H1.HeaderClassName
{
color: #DBBA66;
}
.AnyTagClassName
{
color: #DBBA66;
}
</style>
background-color css
<style>
a { background-color: #DBBA66; }
a { background-color: rgb(219,186,102); }
div.DivClassName
{
background-color: #DBBA66;
}
.BgClassName
{
background-color: #DBBA66;
}
</style>
border-color css
<style>
span { border-color: #DBBA66; }
span { border-color: rgb(219,186,102); }
td.TdClassName
{
border-color: #DBBA66;
}
.TagClassName
{
border-color: #DBBA66;
}
</style>