Shades of Equator #DBB36E
Tints of Equator #DBB36E
RGB
CMYK
RGB Variations
Color information
#DBB36E (or 0xDBB36E) is known color: Equator. HEX triplet: DB, B3 and 6E. RGB value is (219,179,110). Sum of RGB (Red+Green+Blue) = 219+179+110=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB36E is #244C91. Grayscale: #B7B7B7. Windows color (decimal): -2378898 or 7255003. OLE color: 7255003.
HSL color Cylindrical-coordinate representation of color #DBB36E: hue angle of 37.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB36E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 110 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.14 |
| HSL | 37.98º | 0.6% | 0.65% | - |
| HSV(B) | 37.98º | 0.5% | 0.86% | - |
| XYZ | 48.15 | 48.43 | 21.56 | - |
| YUV | 183.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 110 | 0 | 0.18 | 0.50 | 0.14 | 37.98 | 0.6 | 0.65 |
| Hex | DB | B3 | 6E | 0 | 12 | 32 | E | 26 | 3C | 41 |
| Octal | 333 | 263 | 156 | 0 | 22 | 62 | 16 | 46 | 74 | 101 |
| Binary | 11011011 | 10110011 | 1101110 | 0 | 10010 | 110010 | 1110 | 100110 | 111100 | 1000001 |
Color Harmonies of #DBB36E
Complementary color
Monochromatic Colors of #DBB36E
Black with #DBB36E
Text Example
Text Example
White with #DBB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB36E; }
p { color: rgb(219,179,110); }
H1.HeaderClassName
{
color: #DBB36E;
}
.AnyTagClassName
{
color: #DBB36E;
}
</style>
background-color css
<style>
a { background-color: #DBB36E; }
a { background-color: rgb(219,179,110); }
div.DivClassName
{
background-color: #DBB36E;
}
.BgClassName
{
background-color: #DBB36E;
}
</style>
border-color css
<style>
span { border-color: #DBB36E; }
span { border-color: rgb(219,179,110); }
td.TdClassName
{
border-color: #DBB36E;
}
.TagClassName
{
border-color: #DBB36E;
}
</style>