Shades of Equator #DBB35C
Tints of Equator #DBB35C
RGB
CMYK
RGB Variations
Color information
#DBB35C (or 0xDBB35C) is known color: Equator. HEX triplet: DB, B3 and 5C. RGB value is (219,179,92). Sum of RGB (Red+Green+Blue) = 219+179+92=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35C is #244CA3. Grayscale: #B5B5B5. Windows color (decimal): -2378916 or 6075355. OLE color: 6075355.
HSL color Cylindrical-coordinate representation of color #DBB35C: hue angle of 41.1º 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 #DBB35C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 92 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 41.1º | 0.64% | 0.61% | - |
| HSV(B) | 41.1º | 0.58% | 0.86% | - |
| XYZ | 47.27 | 48.07 | 16.91 | - |
| YUV | 181.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 92 | 0 | 0.18 | 0.58 | 0.14 | 41.1 | 0.64 | 0.61 |
| Hex | DB | B3 | 5C | 0 | 12 | 3A | E | 29 | 40 | 3D |
| Octal | 333 | 263 | 134 | 0 | 22 | 72 | 16 | 51 | 100 | 75 |
| Binary | 11011011 | 10110011 | 1011100 | 0 | 10010 | 111010 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DBB35C
Complementary color
Monochromatic Colors of #DBB35C
Black with #DBB35C
Text Example
Text Example
White with #DBB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB35C; }
p { color: rgb(219,179,92); }
H1.HeaderClassName
{
color: #DBB35C;
}
.AnyTagClassName
{
color: #DBB35C;
}
</style>
background-color css
<style>
a { background-color: #DBB35C; }
a { background-color: rgb(219,179,92); }
div.DivClassName
{
background-color: #DBB35C;
}
.BgClassName
{
background-color: #DBB35C;
}
</style>
border-color css
<style>
span { border-color: #DBB35C; }
span { border-color: rgb(219,179,92); }
td.TdClassName
{
border-color: #DBB35C;
}
.TagClassName
{
border-color: #DBB35C;
}
</style>