Shades of Equator #DCB15D
Tints of Equator #DCB15D
RGB
CMYK
RGB Variations
Color information
#DCB15D (or 0xDCB15D) is known color: Equator. HEX triplet: DC, B1 and 5D. RGB value is (220,177,93). Sum of RGB (Red+Green+Blue) = 220+177+93=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15D is #234EA2. Grayscale: #B4B4B4. Windows color (decimal): -2313891 or 6140380. OLE color: 6140380.
HSL color Cylindrical-coordinate representation of color #DCB15D: hue angle of 39.69º 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 #DCB15D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 93 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.14 |
| HSL | 39.69º | 0.64% | 0.61% | - |
| HSV(B) | 39.69º | 0.58% | 0.86% | - |
| XYZ | 47.21 | 47.45 | 17.03 | - |
| YUV | 180.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 93 | 0 | 0.20 | 0.58 | 0.14 | 39.69 | 0.64 | 0.61 |
| Hex | DC | B1 | 5D | 0 | 14 | 3A | E | 28 | 40 | 3D |
| Octal | 334 | 261 | 135 | 0 | 24 | 72 | 16 | 50 | 100 | 75 |
| Binary | 11011100 | 10110001 | 1011101 | 0 | 10100 | 111010 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DCB15D
Complementary color
Monochromatic Colors of #DCB15D
Black with #DCB15D
Text Example
Text Example
White with #DCB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB15D; }
p { color: rgb(220,177,93); }
H1.HeaderClassName
{
color: #DCB15D;
}
.AnyTagClassName
{
color: #DCB15D;
}
</style>
background-color css
<style>
a { background-color: #DCB15D; }
a { background-color: rgb(220,177,93); }
div.DivClassName
{
background-color: #DCB15D;
}
.BgClassName
{
background-color: #DCB15D;
}
</style>
border-color css
<style>
span { border-color: #DCB15D; }
span { border-color: rgb(220,177,93); }
td.TdClassName
{
border-color: #DCB15D;
}
.TagClassName
{
border-color: #DCB15D;
}
</style>