Shades of Equator #DCB561
Tints of Equator #DCB561
RGB
CMYK
RGB Variations
Color information
#DCB561 (or 0xDCB561) is known color: Equator. HEX triplet: DC, B5 and 61. RGB value is (220,181,97). Sum of RGB (Red+Green+Blue) = 220+181+97=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB561 is #234A9E. Grayscale: #B7B7B7. Windows color (decimal): -2312863 or 6403548. OLE color: 6403548.
HSL color Cylindrical-coordinate representation of color #DCB561: hue angle of 40.98º 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 #DCB561 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 97 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.14 |
| HSL | 40.98º | 0.64% | 0.62% | - |
| HSV(B) | 40.98º | 0.56% | 0.86% | - |
| XYZ | 48.2 | 49.13 | 18.25 | - |
| YUV | 183.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 97 | 0 | 0.18 | 0.56 | 0.14 | 40.98 | 0.64 | 0.62 |
| Hex | DC | B5 | 61 | 0 | 12 | 38 | E | 29 | 40 | 3E |
| Octal | 334 | 265 | 141 | 0 | 22 | 70 | 16 | 51 | 100 | 76 |
| Binary | 11011100 | 10110101 | 1100001 | 0 | 10010 | 111000 | 1110 | 101001 | 1000000 | 111110 |
Color Harmonies of #DCB561
Complementary color
Monochromatic Colors of #DCB561
Black with #DCB561
Text Example
Text Example
White with #DCB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB561; }
p { color: rgb(220,181,97); }
H1.HeaderClassName
{
color: #DCB561;
}
.AnyTagClassName
{
color: #DCB561;
}
</style>
background-color css
<style>
a { background-color: #DCB561; }
a { background-color: rgb(220,181,97); }
div.DivClassName
{
background-color: #DCB561;
}
.BgClassName
{
background-color: #DCB561;
}
</style>
border-color css
<style>
span { border-color: #DCB561; }
span { border-color: rgb(220,181,97); }
td.TdClassName
{
border-color: #DCB561;
}
.TagClassName
{
border-color: #DCB561;
}
</style>