Shades of Equator #DCB15C
Tints of Equator #DCB15C
RGB
CMYK
RGB Variations
Color information
#DCB15C (or 0xDCB15C) is known color: Equator. HEX triplet: DC, B1 and 5C. RGB value is (220,177,92). Sum of RGB (Red+Green+Blue) = 220+177+92=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15C is #234EA3. Grayscale: #B4B4B4. Windows color (decimal): -2313892 or 6074844. OLE color: 6074844.
HSL color Cylindrical-coordinate representation of color #DCB15C: hue angle of 39.84º degrees, saturation: 0.65, 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 #DCB15C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.14 |
| HSL | 39.84º | 0.65% | 0.61% | - |
| HSV(B) | 39.84º | 0.58% | 0.86% | - |
| XYZ | 47.17 | 47.43 | 16.79 | - |
| YUV | 180.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 92 | 0 | 0.20 | 0.58 | 0.14 | 39.84 | 0.65 | 0.61 |
| Hex | DC | B1 | 5C | 0 | 14 | 3A | E | 28 | 41 | 3D |
| Octal | 334 | 261 | 134 | 0 | 24 | 72 | 16 | 50 | 101 | 75 |
| Binary | 11011100 | 10110001 | 1011100 | 0 | 10100 | 111010 | 1110 | 101000 | 1000001 | 111101 |
Color Harmonies of #DCB15C
Complementary color
Monochromatic Colors of #DCB15C
Black with #DCB15C
Text Example
Text Example
White with #DCB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB15C; }
p { color: rgb(220,177,92); }
H1.HeaderClassName
{
color: #DCB15C;
}
.AnyTagClassName
{
color: #DCB15C;
}
</style>
background-color css
<style>
a { background-color: #DCB15C; }
a { background-color: rgb(220,177,92); }
div.DivClassName
{
background-color: #DCB15C;
}
.BgClassName
{
background-color: #DCB15C;
}
</style>
border-color css
<style>
span { border-color: #DCB15C; }
span { border-color: rgb(220,177,92); }
td.TdClassName
{
border-color: #DCB15C;
}
.TagClassName
{
border-color: #DCB15C;
}
</style>