Shades of Equator #DCB857
Tints of Equator #DCB857
RGB
CMYK
RGB Variations
Color information
#DCB857 (or 0xDCB857) is known color: Equator. HEX triplet: DC, B8 and 57. RGB value is (220,184,87). Sum of RGB (Red+Green+Blue) = 220+184+87=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB857 is #2347A8. Grayscale: #B8B8B8. Windows color (decimal): -2312105 or 5748956. OLE color: 5748956.
HSL color Cylindrical-coordinate representation of color #DCB857: hue angle of 43.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB857 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 87 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.14 |
| HSL | 43.76º | 0.66% | 0.6% | - |
| HSV(B) | 43.76º | 0.6% | 0.86% | - |
| XYZ | 48.38 | 50.18 | 16.15 | - |
| YUV | 183.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 87 | 0 | 0.16 | 0.60 | 0.14 | 43.76 | 0.66 | 0.6 |
| Hex | DC | B8 | 57 | 0 | 10 | 3C | E | 2C | 42 | 3C |
| Octal | 334 | 270 | 127 | 0 | 20 | 74 | 16 | 54 | 102 | 74 |
| Binary | 11011100 | 10111000 | 1010111 | 0 | 10000 | 111100 | 1110 | 101100 | 1000010 | 111100 |
Color Harmonies of #DCB857
Complementary color
Monochromatic Colors of #DCB857
Black with #DCB857
Text Example
Text Example
White with #DCB857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB857; }
p { color: rgb(220,184,87); }
H1.HeaderClassName
{
color: #DCB857;
}
.AnyTagClassName
{
color: #DCB857;
}
</style>
background-color css
<style>
a { background-color: #DCB857; }
a { background-color: rgb(220,184,87); }
div.DivClassName
{
background-color: #DCB857;
}
.BgClassName
{
background-color: #DCB857;
}
</style>
border-color css
<style>
span { border-color: #DCB857; }
span { border-color: rgb(220,184,87); }
td.TdClassName
{
border-color: #DCB857;
}
.TagClassName
{
border-color: #DCB857;
}
</style>