Shades of Equator #DCB763
Tints of Equator #DCB763
RGB
CMYK
RGB Variations
Color information
#DCB763 (or 0xDCB763) is known color: Equator. HEX triplet: DC, B7 and 63. RGB value is (220,183,99). Sum of RGB (Red+Green+Blue) = 220+183+99=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB763 is #23489C. Grayscale: #B8B8B8. Windows color (decimal): -2312349 or 6535132. OLE color: 6535132.
HSL color Cylindrical-coordinate representation of color #DCB763: hue angle of 41.65º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB763 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 99 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.14 |
| HSL | 41.65º | 0.63% | 0.63% | - |
| HSV(B) | 41.65º | 0.55% | 0.86% | - |
| XYZ | 48.7 | 49.98 | 18.89 | - |
| YUV | 184.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 99 | 0 | 0.17 | 0.55 | 0.14 | 41.65 | 0.63 | 0.63 |
| Hex | DC | B7 | 63 | 0 | 11 | 37 | E | 2A | 3F | 3F |
| Octal | 334 | 267 | 143 | 0 | 21 | 67 | 16 | 52 | 77 | 77 |
| Binary | 11011100 | 10110111 | 1100011 | 0 | 10001 | 110111 | 1110 | 101010 | 111111 | 111111 |
Color Harmonies of #DCB763
Complementary color
Monochromatic Colors of #DCB763
Black with #DCB763
Text Example
Text Example
White with #DCB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB763; }
p { color: rgb(220,183,99); }
H1.HeaderClassName
{
color: #DCB763;
}
.AnyTagClassName
{
color: #DCB763;
}
</style>
background-color css
<style>
a { background-color: #DCB763; }
a { background-color: rgb(220,183,99); }
div.DivClassName
{
background-color: #DCB763;
}
.BgClassName
{
background-color: #DCB763;
}
</style>
border-color css
<style>
span { border-color: #DCB763; }
span { border-color: rgb(220,183,99); }
td.TdClassName
{
border-color: #DCB763;
}
.TagClassName
{
border-color: #DCB763;
}
</style>