Shades of Equator #DCB75F
Tints of Equator #DCB75F
RGB
CMYK
RGB Variations
Color information
#DCB75F (or 0xDCB75F) is known color: Equator. HEX triplet: DC, B7 and 5F. RGB value is (220,183,95). Sum of RGB (Red+Green+Blue) = 220+183+95=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB75F is #2348A0. Grayscale: #B8B8B8. Windows color (decimal): -2312353 or 6272988. OLE color: 6272988.
HSL color Cylindrical-coordinate representation of color #DCB75F: hue angle of 42.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCB75F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.14 |
| HSL | 42.24º | 0.64% | 0.62% | - |
| HSV(B) | 42.24º | 0.57% | 0.86% | - |
| XYZ | 48.51 | 49.91 | 17.9 | - |
| YUV | 184.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 95 | 0 | 0.17 | 0.57 | 0.14 | 42.24 | 0.64 | 0.62 |
| Hex | DC | B7 | 5F | 0 | 11 | 39 | E | 2A | 40 | 3E |
| Octal | 334 | 267 | 137 | 0 | 21 | 71 | 16 | 52 | 100 | 76 |
| Binary | 11011100 | 10110111 | 1011111 | 0 | 10001 | 111001 | 1110 | 101010 | 1000000 | 111110 |
Color Harmonies of #DCB75F
Complementary color
Monochromatic Colors of #DCB75F
Black with #DCB75F
Text Example
Text Example
White with #DCB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB75F; }
p { color: rgb(220,183,95); }
H1.HeaderClassName
{
color: #DCB75F;
}
.AnyTagClassName
{
color: #DCB75F;
}
</style>
background-color css
<style>
a { background-color: #DCB75F; }
a { background-color: rgb(220,183,95); }
div.DivClassName
{
background-color: #DCB75F;
}
.BgClassName
{
background-color: #DCB75F;
}
</style>
border-color css
<style>
span { border-color: #DCB75F; }
span { border-color: rgb(220,183,95); }
td.TdClassName
{
border-color: #DCB75F;
}
.TagClassName
{
border-color: #DCB75F;
}
</style>