Shades of Equator #DCAC6D
Tints of Equator #DCAC6D
RGB
CMYK
RGB Variations
Color information
#DCAC6D (or 0xDCAC6D) is known color: Equator. HEX triplet: DC, AC and 6D. RGB value is (220,172,109). Sum of RGB (Red+Green+Blue) = 220+172+109=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC6D is #235392. Grayscale: #B3B3B3. Windows color (decimal): -2315155 or 7187676. OLE color: 7187676.
HSL color Cylindrical-coordinate representation of color #DCAC6D: hue angle of 34.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAC6D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 109 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.14 |
| HSL | 34.05º | 0.61% | 0.65% | - |
| HSV(B) | 34.05º | 0.5% | 0.86% | - |
| XYZ | 47.03 | 45.82 | 20.83 | - |
| YUV | 179.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 109 | 0 | 0.22 | 0.50 | 0.14 | 34.05 | 0.61 | 0.65 |
| Hex | DC | AC | 6D | 0 | 16 | 32 | E | 22 | 3D | 41 |
| Octal | 334 | 254 | 155 | 0 | 26 | 62 | 16 | 42 | 75 | 101 |
| Binary | 11011100 | 10101100 | 1101101 | 0 | 10110 | 110010 | 1110 | 100010 | 111101 | 1000001 |
Color Harmonies of #DCAC6D
Complementary color
Monochromatic Colors of #DCAC6D
Black with #DCAC6D
Text Example
Text Example
White with #DCAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC6D; }
p { color: rgb(220,172,109); }
H1.HeaderClassName
{
color: #DCAC6D;
}
.AnyTagClassName
{
color: #DCAC6D;
}
</style>
background-color css
<style>
a { background-color: #DCAC6D; }
a { background-color: rgb(220,172,109); }
div.DivClassName
{
background-color: #DCAC6D;
}
.BgClassName
{
background-color: #DCAC6D;
}
</style>
border-color css
<style>
span { border-color: #DCAC6D; }
span { border-color: rgb(220,172,109); }
td.TdClassName
{
border-color: #DCAC6D;
}
.TagClassName
{
border-color: #DCAC6D;
}
</style>