Shades of Equator #DCB25D
Tints of Equator #DCB25D
RGB
CMYK
RGB Variations
Color information
#DCB25D (or 0xDCB25D) is known color: Equator. HEX triplet: DC, B2 and 5D. RGB value is (220,178,93). Sum of RGB (Red+Green+Blue) = 220+178+93=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB25D is #234DA2. Grayscale: #B5B5B5. Windows color (decimal): -2313635 or 6140636. OLE color: 6140636.
HSL color Cylindrical-coordinate representation of color #DCB25D: hue angle of 40.16º 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 #DCB25D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 93 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.14 |
| HSL | 40.16º | 0.64% | 0.61% | - |
| HSV(B) | 40.16º | 0.58% | 0.86% | - |
| XYZ | 47.41 | 47.85 | 17.09 | - |
| YUV | 180.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 93 | 0 | 0.19 | 0.58 | 0.14 | 40.16 | 0.64 | 0.61 |
| Hex | DC | B2 | 5D | 0 | 13 | 3A | E | 28 | 40 | 3D |
| Octal | 334 | 262 | 135 | 0 | 23 | 72 | 16 | 50 | 100 | 75 |
| Binary | 11011100 | 10110010 | 1011101 | 0 | 10011 | 111010 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DCB25D
Complementary color
Monochromatic Colors of #DCB25D
Black with #DCB25D
Text Example
Text Example
White with #DCB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB25D; }
p { color: rgb(220,178,93); }
H1.HeaderClassName
{
color: #DCB25D;
}
.AnyTagClassName
{
color: #DCB25D;
}
</style>
background-color css
<style>
a { background-color: #DCB25D; }
a { background-color: rgb(220,178,93); }
div.DivClassName
{
background-color: #DCB25D;
}
.BgClassName
{
background-color: #DCB25D;
}
</style>
border-color css
<style>
span { border-color: #DCB25D; }
span { border-color: rgb(220,178,93); }
td.TdClassName
{
border-color: #DCB25D;
}
.TagClassName
{
border-color: #DCB25D;
}
</style>