Shades of Equator #DBB15E
Tints of Equator #DBB15E
RGB
CMYK
RGB Variations
Color information
#DBB15E (or 0xDBB15E) is known color: Equator. HEX triplet: DB, B1 and 5E. RGB value is (219,177,94). Sum of RGB (Red+Green+Blue) = 219+177+94=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB15E is #244EA1. Grayscale: #B4B4B4. Windows color (decimal): -2379426 or 6205915. OLE color: 6205915.
HSL color Cylindrical-coordinate representation of color #DBB15E: hue angle of 39.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB15E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 94 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.14 |
| HSL | 39.84º | 0.63% | 0.61% | - |
| HSV(B) | 39.84º | 0.57% | 0.86% | - |
| XYZ | 46.96 | 47.31 | 17.25 | - |
| YUV | 180.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 94 | 0 | 0.19 | 0.57 | 0.14 | 39.84 | 0.63 | 0.61 |
| Hex | DB | B1 | 5E | 0 | 13 | 39 | E | 28 | 3F | 3D |
| Octal | 333 | 261 | 136 | 0 | 23 | 71 | 16 | 50 | 77 | 75 |
| Binary | 11011011 | 10110001 | 1011110 | 0 | 10011 | 111001 | 1110 | 101000 | 111111 | 111101 |
Color Harmonies of #DBB15E
Complementary color
Monochromatic Colors of #DBB15E
Black with #DBB15E
Text Example
Text Example
White with #DBB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB15E; }
p { color: rgb(219,177,94); }
H1.HeaderClassName
{
color: #DBB15E;
}
.AnyTagClassName
{
color: #DBB15E;
}
</style>
background-color css
<style>
a { background-color: #DBB15E; }
a { background-color: rgb(219,177,94); }
div.DivClassName
{
background-color: #DBB15E;
}
.BgClassName
{
background-color: #DBB15E;
}
</style>
border-color css
<style>
span { border-color: #DBB15E; }
span { border-color: rgb(219,177,94); }
td.TdClassName
{
border-color: #DBB15E;
}
.TagClassName
{
border-color: #DBB15E;
}
</style>