Shades of Equator #DCA96C
Tints of Equator #DCA96C
RGB
CMYK
RGB Variations
Color information
#DCA96C (or 0xDCA96C) is known color: Equator. HEX triplet: DC, A9 and 6C. RGB value is (220,169,108). Sum of RGB (Red+Green+Blue) = 220+169+108=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA96C is #235693. Grayscale: #B1B1B1. Windows color (decimal): -2315924 or 7121372. OLE color: 7121372.
HSL color Cylindrical-coordinate representation of color #DCA96C: hue angle of 32.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCA96C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 108 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.14 |
| HSL | 32.68º | 0.62% | 0.64% | - |
| HSV(B) | 32.68º | 0.51% | 0.86% | - |
| XYZ | 46.41 | 44.67 | 20.36 | - |
| YUV | 177.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 108 | 0 | 0.23 | 0.51 | 0.14 | 32.68 | 0.62 | 0.64 |
| Hex | DC | A9 | 6C | 0 | 17 | 33 | E | 21 | 3E | 40 |
| Octal | 334 | 251 | 154 | 0 | 27 | 63 | 16 | 41 | 76 | 100 |
| Binary | 11011100 | 10101001 | 1101100 | 0 | 10111 | 110011 | 1110 | 100001 | 111110 | 1000000 |
Color Harmonies of #DCA96C
Complementary color
Monochromatic Colors of #DCA96C
Black with #DCA96C
Text Example
Text Example
White with #DCA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA96C; }
p { color: rgb(220,169,108); }
H1.HeaderClassName
{
color: #DCA96C;
}
.AnyTagClassName
{
color: #DCA96C;
}
</style>
background-color css
<style>
a { background-color: #DCA96C; }
a { background-color: rgb(220,169,108); }
div.DivClassName
{
background-color: #DCA96C;
}
.BgClassName
{
background-color: #DCA96C;
}
</style>
border-color css
<style>
span { border-color: #DCA96C; }
span { border-color: rgb(220,169,108); }
td.TdClassName
{
border-color: #DCA96C;
}
.TagClassName
{
border-color: #DCA96C;
}
</style>