Shades of Equator #DCA96A
Tints of Equator #DCA96A
RGB
CMYK
RGB Variations
Color information
#DCA96A (or 0xDCA96A) is known color: Equator. HEX triplet: DC, A9 and 6A. RGB value is (220,169,106). Sum of RGB (Red+Green+Blue) = 220+169+106=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA96A is #235695. Grayscale: #B1B1B1. Windows color (decimal): -2315926 or 6990300. OLE color: 6990300.
HSL color Cylindrical-coordinate representation of color #DCA96A: hue angle of 33.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCA96A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 33.16º | 0.62% | 0.64% | - |
| HSV(B) | 33.16º | 0.52% | 0.86% | - |
| XYZ | 46.3 | 44.63 | 19.81 | - |
| YUV | 177.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 106 | 0 | 0.23 | 0.52 | 0.14 | 33.16 | 0.62 | 0.64 |
| Hex | DC | A9 | 6A | 0 | 17 | 34 | E | 21 | 3E | 40 |
| Octal | 334 | 251 | 152 | 0 | 27 | 64 | 16 | 41 | 76 | 100 |
| Binary | 11011100 | 10101001 | 1101010 | 0 | 10111 | 110100 | 1110 | 100001 | 111110 | 1000000 |
Color Harmonies of #DCA96A
Complementary color
Monochromatic Colors of #DCA96A
Black with #DCA96A
Text Example
Text Example
White with #DCA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA96A; }
p { color: rgb(220,169,106); }
H1.HeaderClassName
{
color: #DCA96A;
}
.AnyTagClassName
{
color: #DCA96A;
}
</style>
background-color css
<style>
a { background-color: #DCA96A; }
a { background-color: rgb(220,169,106); }
div.DivClassName
{
background-color: #DCA96A;
}
.BgClassName
{
background-color: #DCA96A;
}
</style>
border-color css
<style>
span { border-color: #DCA96A; }
span { border-color: rgb(220,169,106); }
td.TdClassName
{
border-color: #DCA96A;
}
.TagClassName
{
border-color: #DCA96A;
}
</style>