Shades of Equator #DCB761
Tints of Equator #DCB761
RGB
CMYK
RGB Variations
Color information
#DCB761 (or 0xDCB761) is known color: Equator. HEX triplet: DC, B7 and 61. RGB value is (220,183,97). Sum of RGB (Red+Green+Blue) = 220+183+97=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB761 is #23489E. Grayscale: #B8B8B8. Windows color (decimal): -2312351 or 6404060. OLE color: 6404060.
HSL color Cylindrical-coordinate representation of color #DCB761: hue angle of 41.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCB761 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 97 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.14 |
| HSL | 41.95º | 0.64% | 0.62% | - |
| HSV(B) | 41.95º | 0.56% | 0.86% | - |
| XYZ | 48.61 | 49.95 | 18.39 | - |
| YUV | 184.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 97 | 0 | 0.17 | 0.56 | 0.14 | 41.95 | 0.64 | 0.62 |
| Hex | DC | B7 | 61 | 0 | 11 | 38 | E | 2A | 40 | 3E |
| Octal | 334 | 267 | 141 | 0 | 21 | 70 | 16 | 52 | 100 | 76 |
| Binary | 11011100 | 10110111 | 1100001 | 0 | 10001 | 111000 | 1110 | 101010 | 1000000 | 111110 |
Color Harmonies of #DCB761
Complementary color
Monochromatic Colors of #DCB761
Black with #DCB761
Text Example
Text Example
White with #DCB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB761; }
p { color: rgb(220,183,97); }
H1.HeaderClassName
{
color: #DCB761;
}
.AnyTagClassName
{
color: #DCB761;
}
</style>
background-color css
<style>
a { background-color: #DCB761; }
a { background-color: rgb(220,183,97); }
div.DivClassName
{
background-color: #DCB761;
}
.BgClassName
{
background-color: #DCB761;
}
</style>
border-color css
<style>
span { border-color: #DCB761; }
span { border-color: rgb(220,183,97); }
td.TdClassName
{
border-color: #DCB761;
}
.TagClassName
{
border-color: #DCB761;
}
</style>