Shades of Equator #DBB35D
Tints of Equator #DBB35D
RGB
CMYK
RGB Variations
Color information
#DBB35D (or 0xDBB35D) is known color: Equator. HEX triplet: DB, B3 and 5D. RGB value is (219,179,93). Sum of RGB (Red+Green+Blue) = 219+179+93=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35D is #244CA2. Grayscale: #B5B5B5. Windows color (decimal): -2378915 or 6140891. OLE color: 6140891.
HSL color Cylindrical-coordinate representation of color #DBB35D: hue angle of 40.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB35D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 93 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 40.95º | 0.64% | 0.61% | - |
| HSV(B) | 40.95º | 0.58% | 0.86% | - |
| XYZ | 47.31 | 48.09 | 17.14 | - |
| YUV | 181.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 93 | 0 | 0.18 | 0.58 | 0.14 | 40.95 | 0.64 | 0.61 |
| Hex | DB | B3 | 5D | 0 | 12 | 3A | E | 29 | 40 | 3D |
| Octal | 333 | 263 | 135 | 0 | 22 | 72 | 16 | 51 | 100 | 75 |
| Binary | 11011011 | 10110011 | 1011101 | 0 | 10010 | 111010 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DBB35D
Complementary color
Monochromatic Colors of #DBB35D
Black with #DBB35D
Text Example
Text Example
White with #DBB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB35D; }
p { color: rgb(219,179,93); }
H1.HeaderClassName
{
color: #DBB35D;
}
.AnyTagClassName
{
color: #DBB35D;
}
</style>
background-color css
<style>
a { background-color: #DBB35D; }
a { background-color: rgb(219,179,93); }
div.DivClassName
{
background-color: #DBB35D;
}
.BgClassName
{
background-color: #DBB35D;
}
</style>
border-color css
<style>
span { border-color: #DBB35D; }
span { border-color: rgb(219,179,93); }
td.TdClassName
{
border-color: #DBB35D;
}
.TagClassName
{
border-color: #DBB35D;
}
</style>