Shades of Equator #DCB061
Tints of Equator #DCB061
RGB
CMYK
RGB Variations
Color information
#DCB061 (or 0xDCB061) is known color: Equator. HEX triplet: DC, B0 and 61. RGB value is (220,176,97). Sum of RGB (Red+Green+Blue) = 220+176+97=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB061 is #234F9E. Grayscale: #B4B4B4. Windows color (decimal): -2314143 or 6402268. OLE color: 6402268.
HSL color Cylindrical-coordinate representation of color #DCB061: hue angle of 38.54º 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 #DCB061 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 97 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.14 |
| HSL | 38.54º | 0.64% | 0.62% | - |
| HSV(B) | 38.54º | 0.56% | 0.86% | - |
| XYZ | 47.2 | 47.13 | 17.92 | - |
| YUV | 180.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 97 | 0 | 0.2 | 0.56 | 0.14 | 38.54 | 0.64 | 0.62 |
| Hex | DC | B0 | 61 | 0 | 14 | 38 | E | 27 | 40 | 3E |
| Octal | 334 | 260 | 141 | 0 | 24 | 70 | 16 | 47 | 100 | 76 |
| Binary | 11011100 | 10110000 | 1100001 | 0 | 10100 | 111000 | 1110 | 100111 | 1000000 | 111110 |
Color Harmonies of #DCB061
Complementary color
Monochromatic Colors of #DCB061
Black with #DCB061
Text Example
Text Example
White with #DCB061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB061; }
p { color: rgb(220,176,97); }
H1.HeaderClassName
{
color: #DCB061;
}
.AnyTagClassName
{
color: #DCB061;
}
</style>
background-color css
<style>
a { background-color: #DCB061; }
a { background-color: rgb(220,176,97); }
div.DivClassName
{
background-color: #DCB061;
}
.BgClassName
{
background-color: #DCB061;
}
</style>
border-color css
<style>
span { border-color: #DCB061; }
span { border-color: rgb(220,176,97); }
td.TdClassName
{
border-color: #DCB061;
}
.TagClassName
{
border-color: #DCB061;
}
</style>