Shades of Equator #DCB564
Tints of Equator #DCB564
RGB
CMYK
RGB Variations
Color information
#DCB564 (or 0xDCB564) is known color: Equator. HEX triplet: DC, B5 and 64. RGB value is (220,181,100). Sum of RGB (Red+Green+Blue) = 220+181+100=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB564 is #234A9B. Grayscale: #B7B7B7. Windows color (decimal): -2312860 or 6600156. OLE color: 6600156.
HSL color Cylindrical-coordinate representation of color #DCB564: hue angle of 40.5º 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 #DCB564 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 100 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.14 |
| HSL | 40.5º | 0.63% | 0.63% | - |
| HSV(B) | 40.5º | 0.55% | 0.86% | - |
| XYZ | 48.34 | 49.18 | 19 | - |
| YUV | 183.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 100 | 0 | 0.18 | 0.55 | 0.14 | 40.5 | 0.63 | 0.63 |
| Hex | DC | B5 | 64 | 0 | 12 | 37 | E | 28 | 3F | 3F |
| Octal | 334 | 265 | 144 | 0 | 22 | 67 | 16 | 50 | 77 | 77 |
| Binary | 11011100 | 10110101 | 1100100 | 0 | 10010 | 110111 | 1110 | 101000 | 111111 | 111111 |
Color Harmonies of #DCB564
Complementary color
Monochromatic Colors of #DCB564
Black with #DCB564
Text Example
Text Example
White with #DCB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB564; }
p { color: rgb(220,181,100); }
H1.HeaderClassName
{
color: #DCB564;
}
.AnyTagClassName
{
color: #DCB564;
}
</style>
background-color css
<style>
a { background-color: #DCB564; }
a { background-color: rgb(220,181,100); }
div.DivClassName
{
background-color: #DCB564;
}
.BgClassName
{
background-color: #DCB564;
}
</style>
border-color css
<style>
span { border-color: #DCB564; }
span { border-color: rgb(220,181,100); }
td.TdClassName
{
border-color: #DCB564;
}
.TagClassName
{
border-color: #DCB564;
}
</style>