Shades of Equator #DBB15A
Tints of Equator #DBB15A
RGB
CMYK
RGB Variations
Color information
#DBB15A (or 0xDBB15A) is known color: Equator. HEX triplet: DB, B1 and 5A. RGB value is (219,177,90). Sum of RGB (Red+Green+Blue) = 219+177+90=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB15A is #244EA5. Grayscale: #B4B4B4. Windows color (decimal): -2379430 or 5943771. OLE color: 5943771.
HSL color Cylindrical-coordinate representation of color #DBB15A: hue angle of 40.47º 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 #DBB15A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 90 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.14 |
| HSL | 40.47º | 0.64% | 0.61% | - |
| HSV(B) | 40.47º | 0.59% | 0.86% | - |
| XYZ | 46.78 | 47.24 | 16.33 | - |
| YUV | 179.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 90 | 0 | 0.19 | 0.59 | 0.14 | 40.47 | 0.64 | 0.61 |
| Hex | DB | B1 | 5A | 0 | 13 | 3B | E | 28 | 40 | 3D |
| Octal | 333 | 261 | 132 | 0 | 23 | 73 | 16 | 50 | 100 | 75 |
| Binary | 11011011 | 10110001 | 1011010 | 0 | 10011 | 111011 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DBB15A
Complementary color
Monochromatic Colors of #DBB15A
Black with #DBB15A
Text Example
Text Example
White with #DBB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB15A; }
p { color: rgb(219,177,90); }
H1.HeaderClassName
{
color: #DBB15A;
}
.AnyTagClassName
{
color: #DBB15A;
}
</style>
background-color css
<style>
a { background-color: #DBB15A; }
a { background-color: rgb(219,177,90); }
div.DivClassName
{
background-color: #DBB15A;
}
.BgClassName
{
background-color: #DBB15A;
}
</style>
border-color css
<style>
span { border-color: #DBB15A; }
span { border-color: rgb(219,177,90); }
td.TdClassName
{
border-color: #DBB15A;
}
.TagClassName
{
border-color: #DBB15A;
}
</style>