Shades of Equator #DCA963
Tints of Equator #DCA963
RGB
CMYK
RGB Variations
Color information
#DCA963 (or 0xDCA963) is known color: Equator. HEX triplet: DC, A9 and 63. RGB value is (220,169,99). Sum of RGB (Red+Green+Blue) = 220+169+99=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA963 is #23569C. Grayscale: #B0B0B0. Windows color (decimal): -2315933 or 6531548. OLE color: 6531548.
HSL color Cylindrical-coordinate representation of color #DCA963: hue angle of 34.71º 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 #DCA963 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 99 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.14 |
| HSL | 34.71º | 0.63% | 0.63% | - |
| HSV(B) | 34.71º | 0.55% | 0.86% | - |
| XYZ | 45.96 | 44.49 | 17.97 | - |
| YUV | 176.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 99 | 0 | 0.23 | 0.55 | 0.14 | 34.71 | 0.63 | 0.63 |
| Hex | DC | A9 | 63 | 0 | 17 | 37 | E | 23 | 3F | 3F |
| Octal | 334 | 251 | 143 | 0 | 27 | 67 | 16 | 43 | 77 | 77 |
| Binary | 11011100 | 10101001 | 1100011 | 0 | 10111 | 110111 | 1110 | 100011 | 111111 | 111111 |
Color Harmonies of #DCA963
Complementary color
Monochromatic Colors of #DCA963
Black with #DCA963
Text Example
Text Example
White with #DCA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA963; }
p { color: rgb(220,169,99); }
H1.HeaderClassName
{
color: #DCA963;
}
.AnyTagClassName
{
color: #DCA963;
}
</style>
background-color css
<style>
a { background-color: #DCA963; }
a { background-color: rgb(220,169,99); }
div.DivClassName
{
background-color: #DCA963;
}
.BgClassName
{
background-color: #DCA963;
}
</style>
border-color css
<style>
span { border-color: #DCA963; }
span { border-color: rgb(220,169,99); }
td.TdClassName
{
border-color: #DCA963;
}
.TagClassName
{
border-color: #DCA963;
}
</style>