Shades of Equator #DBB25D
Tints of Equator #DBB25D
RGB
CMYK
RGB Variations
Color information
#DBB25D (or 0xDBB25D) is known color: Equator. HEX triplet: DB, B2 and 5D. RGB value is (219,178,93). Sum of RGB (Red+Green+Blue) = 219+178+93=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB25D is #244DA2. Grayscale: #B4B4B4. Windows color (decimal): -2379171 or 6140635. OLE color: 6140635.
HSL color Cylindrical-coordinate representation of color #DBB25D: hue angle of 40.48º 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 #DBB25D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 93 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.14 |
| HSL | 40.48º | 0.64% | 0.61% | - |
| HSV(B) | 40.48º | 0.58% | 0.86% | - |
| XYZ | 47.11 | 47.69 | 17.08 | - |
| YUV | 180.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 93 | 0 | 0.19 | 0.58 | 0.14 | 40.48 | 0.64 | 0.61 |
| Hex | DB | B2 | 5D | 0 | 13 | 3A | E | 28 | 40 | 3D |
| Octal | 333 | 262 | 135 | 0 | 23 | 72 | 16 | 50 | 100 | 75 |
| Binary | 11011011 | 10110010 | 1011101 | 0 | 10011 | 111010 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DBB25D
Complementary color
Monochromatic Colors of #DBB25D
Black with #DBB25D
Text Example
Text Example
White with #DBB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB25D; }
p { color: rgb(219,178,93); }
H1.HeaderClassName
{
color: #DBB25D;
}
.AnyTagClassName
{
color: #DBB25D;
}
</style>
background-color css
<style>
a { background-color: #DBB25D; }
a { background-color: rgb(219,178,93); }
div.DivClassName
{
background-color: #DBB25D;
}
.BgClassName
{
background-color: #DBB25D;
}
</style>
border-color css
<style>
span { border-color: #DBB25D; }
span { border-color: rgb(219,178,93); }
td.TdClassName
{
border-color: #DBB25D;
}
.TagClassName
{
border-color: #DBB25D;
}
</style>