Shades of Equator #DBB25F
Tints of Equator #DBB25F
RGB
CMYK
RGB Variations
Color information
#DBB25F (or 0xDBB25F) is known color: Equator. HEX triplet: DB, B2 and 5F. RGB value is (219,178,95). Sum of RGB (Red+Green+Blue) = 219+178+95=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB25F is #244DA0. Grayscale: #B5B5B5. Windows color (decimal): -2379169 or 6271707. OLE color: 6271707.
HSL color Cylindrical-coordinate representation of color #DBB25F: hue angle of 40.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB25F is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 95 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.14 |
| HSL | 40.16º | 0.63% | 0.62% | - |
| HSV(B) | 40.16º | 0.57% | 0.86% | - |
| XYZ | 47.2 | 47.73 | 17.55 | - |
| YUV | 180.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 95 | 0 | 0.19 | 0.57 | 0.14 | 40.16 | 0.63 | 0.62 |
| Hex | DB | B2 | 5F | 0 | 13 | 39 | E | 28 | 3F | 3E |
| Octal | 333 | 262 | 137 | 0 | 23 | 71 | 16 | 50 | 77 | 76 |
| Binary | 11011011 | 10110010 | 1011111 | 0 | 10011 | 111001 | 1110 | 101000 | 111111 | 111110 |
Color Harmonies of #DBB25F
Complementary color
Monochromatic Colors of #DBB25F
Black with #DBB25F
Text Example
Text Example
White with #DBB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB25F; }
p { color: rgb(219,178,95); }
H1.HeaderClassName
{
color: #DBB25F;
}
.AnyTagClassName
{
color: #DBB25F;
}
</style>
background-color css
<style>
a { background-color: #DBB25F; }
a { background-color: rgb(219,178,95); }
div.DivClassName
{
background-color: #DBB25F;
}
.BgClassName
{
background-color: #DBB25F;
}
</style>
border-color css
<style>
span { border-color: #DBB25F; }
span { border-color: rgb(219,178,95); }
td.TdClassName
{
border-color: #DBB25F;
}
.TagClassName
{
border-color: #DBB25F;
}
</style>