Shades of Equator #DCB25B
Tints of Equator #DCB25B
RGB
CMYK
RGB Variations
Color information
#DCB25B (or 0xDCB25B) is known color: Equator. HEX triplet: DC, B2 and 5B. RGB value is (220,178,91). Sum of RGB (Red+Green+Blue) = 220+178+91=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB25B is #234DA4. Grayscale: #B5B5B5. Windows color (decimal): -2313637 or 6009564. OLE color: 6009564.
HSL color Cylindrical-coordinate representation of color #DCB25B: hue angle of 40.47º degrees, saturation: 0.65, 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 #DCB25B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 91 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.14 |
| HSL | 40.47º | 0.65% | 0.61% | - |
| HSV(B) | 40.47º | 0.59% | 0.86% | - |
| XYZ | 47.32 | 47.81 | 16.63 | - |
| YUV | 180.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 91 | 0 | 0.19 | 0.59 | 0.14 | 40.47 | 0.65 | 0.61 |
| Hex | DC | B2 | 5B | 0 | 13 | 3B | E | 28 | 41 | 3D |
| Octal | 334 | 262 | 133 | 0 | 23 | 73 | 16 | 50 | 101 | 75 |
| Binary | 11011100 | 10110010 | 1011011 | 0 | 10011 | 111011 | 1110 | 101000 | 1000001 | 111101 |
Color Harmonies of #DCB25B
Complementary color
Monochromatic Colors of #DCB25B
Black with #DCB25B
Text Example
Text Example
White with #DCB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB25B; }
p { color: rgb(220,178,91); }
H1.HeaderClassName
{
color: #DCB25B;
}
.AnyTagClassName
{
color: #DCB25B;
}
</style>
background-color css
<style>
a { background-color: #DCB25B; }
a { background-color: rgb(220,178,91); }
div.DivClassName
{
background-color: #DCB25B;
}
.BgClassName
{
background-color: #DCB25B;
}
</style>
border-color css
<style>
span { border-color: #DCB25B; }
span { border-color: rgb(220,178,91); }
td.TdClassName
{
border-color: #DCB25B;
}
.TagClassName
{
border-color: #DCB25B;
}
</style>