Shades of Equator #DBB35A
Tints of Equator #DBB35A
RGB
CMYK
RGB Variations
Color information
#DBB35A (or 0xDBB35A) is known color: Equator. HEX triplet: DB, B3 and 5A. RGB value is (219,179,90). Sum of RGB (Red+Green+Blue) = 219+179+90=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35A is #244CA5. Grayscale: #B5B5B5. Windows color (decimal): -2378918 or 5944283. OLE color: 5944283.
HSL color Cylindrical-coordinate representation of color #DBB35A: hue angle of 41.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBB35A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.14 |
| HSL | 41.4º | 0.64% | 0.61% | - |
| HSV(B) | 41.4º | 0.59% | 0.86% | - |
| XYZ | 47.18 | 48.04 | 16.46 | - |
| YUV | 180.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 90 | 0 | 0.18 | 0.59 | 0.14 | 41.4 | 0.64 | 0.61 |
| Hex | DB | B3 | 5A | 0 | 12 | 3B | E | 29 | 40 | 3D |
| Octal | 333 | 263 | 132 | 0 | 22 | 73 | 16 | 51 | 100 | 75 |
| Binary | 11011011 | 10110011 | 1011010 | 0 | 10010 | 111011 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DBB35A
Complementary color
Monochromatic Colors of #DBB35A
Black with #DBB35A
Text Example
Text Example
White with #DBB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB35A; }
p { color: rgb(219,179,90); }
H1.HeaderClassName
{
color: #DBB35A;
}
.AnyTagClassName
{
color: #DBB35A;
}
</style>
background-color css
<style>
a { background-color: #DBB35A; }
a { background-color: rgb(219,179,90); }
div.DivClassName
{
background-color: #DBB35A;
}
.BgClassName
{
background-color: #DBB35A;
}
</style>
border-color css
<style>
span { border-color: #DBB35A; }
span { border-color: rgb(219,179,90); }
td.TdClassName
{
border-color: #DBB35A;
}
.TagClassName
{
border-color: #DBB35A;
}
</style>