Shades of Equator #DCB85C
Tints of Equator #DCB85C
RGB
CMYK
RGB Variations
Color information
#DCB85C (or 0xDCB85C) is known color: Equator. HEX triplet: DC, B8 and 5C. RGB value is (220,184,92). Sum of RGB (Red+Green+Blue) = 220+184+92=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB85C is #2347A3. Grayscale: #B8B8B8. Windows color (decimal): -2312100 or 6076636. OLE color: 6076636.
HSL color Cylindrical-coordinate representation of color #DCB85C: hue angle of 43.12º 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 #DCB85C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 92 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 43.13º | 0.65% | 0.61% | - |
| HSV(B) | 43.13º | 0.58% | 0.86% | - |
| XYZ | 48.59 | 50.27 | 17.27 | - |
| YUV | 184.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 92 | 0 | 0.16 | 0.58 | 0.14 | 43.13 | 0.65 | 0.61 |
| Hex | DC | B8 | 5C | 0 | 10 | 3A | E | 2B | 41 | 3D |
| Octal | 334 | 270 | 134 | 0 | 20 | 72 | 16 | 53 | 101 | 75 |
| Binary | 11011100 | 10111000 | 1011100 | 0 | 10000 | 111010 | 1110 | 101011 | 1000001 | 111101 |
Color Harmonies of #DCB85C
Complementary color
Monochromatic Colors of #DCB85C
Black with #DCB85C
Text Example
Text Example
White with #DCB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB85C; }
p { color: rgb(220,184,92); }
H1.HeaderClassName
{
color: #DCB85C;
}
.AnyTagClassName
{
color: #DCB85C;
}
</style>
background-color css
<style>
a { background-color: #DCB85C; }
a { background-color: rgb(220,184,92); }
div.DivClassName
{
background-color: #DCB85C;
}
.BgClassName
{
background-color: #DCB85C;
}
</style>
border-color css
<style>
span { border-color: #DCB85C; }
span { border-color: rgb(220,184,92); }
td.TdClassName
{
border-color: #DCB85C;
}
.TagClassName
{
border-color: #DCB85C;
}
</style>