Shades of Equator #DBB25B
Tints of Equator #DBB25B
RGB
CMYK
RGB Variations
Color information
#DBB25B (or 0xDBB25B) is known color: Equator. HEX triplet: DB, B2 and 5B. RGB value is (219,178,91). Sum of RGB (Red+Green+Blue) = 219+178+91=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB25B is #244DA4. Grayscale: #B4B4B4. Windows color (decimal): -2379173 or 6009563. OLE color: 6009563.
HSL color Cylindrical-coordinate representation of color #DBB25B: hue angle of 40.78º 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 #DBB25B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 91 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.14 |
| HSL | 40.78º | 0.64% | 0.61% | - |
| HSV(B) | 40.78º | 0.58% | 0.86% | - |
| XYZ | 47.02 | 47.66 | 16.62 | - |
| YUV | 180.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 91 | 0 | 0.19 | 0.58 | 0.14 | 40.78 | 0.64 | 0.61 |
| Hex | DB | B2 | 5B | 0 | 13 | 3A | E | 29 | 40 | 3D |
| Octal | 333 | 262 | 133 | 0 | 23 | 72 | 16 | 51 | 100 | 75 |
| Binary | 11011011 | 10110010 | 1011011 | 0 | 10011 | 111010 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DBB25B
Complementary color
Monochromatic Colors of #DBB25B
Black with #DBB25B
Text Example
Text Example
White with #DBB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB25B; }
p { color: rgb(219,178,91); }
H1.HeaderClassName
{
color: #DBB25B;
}
.AnyTagClassName
{
color: #DBB25B;
}
</style>
background-color css
<style>
a { background-color: #DBB25B; }
a { background-color: rgb(219,178,91); }
div.DivClassName
{
background-color: #DBB25B;
}
.BgClassName
{
background-color: #DBB25B;
}
</style>
border-color css
<style>
span { border-color: #DBB25B; }
span { border-color: rgb(219,178,91); }
td.TdClassName
{
border-color: #DBB25B;
}
.TagClassName
{
border-color: #DBB25B;
}
</style>