Shades of Equator #DCAD6D
Tints of Equator #DCAD6D
RGB
CMYK
RGB Variations
Color information
#DCAD6D (or 0xDCAD6D) is known color: Equator. HEX triplet: DC, AD and 6D. RGB value is (220,173,109). Sum of RGB (Red+Green+Blue) = 220+173+109=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD6D is #235292. Grayscale: #B4B4B4. Windows color (decimal): -2314899 or 7187932. OLE color: 7187932.
HSL color Cylindrical-coordinate representation of color #DCAD6D: hue angle of 34.59º 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 #DCAD6D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 109 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.14 |
| HSL | 34.59º | 0.61% | 0.65% | - |
| HSV(B) | 34.59º | 0.5% | 0.86% | - |
| XYZ | 47.22 | 46.21 | 20.9 | - |
| YUV | 179.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 109 | 0 | 0.21 | 0.50 | 0.14 | 34.59 | 0.61 | 0.65 |
| Hex | DC | AD | 6D | 0 | 15 | 32 | E | 23 | 3D | 41 |
| Octal | 334 | 255 | 155 | 0 | 25 | 62 | 16 | 43 | 75 | 101 |
| Binary | 11011100 | 10101101 | 1101101 | 0 | 10101 | 110010 | 1110 | 100011 | 111101 | 1000001 |
Color Harmonies of #DCAD6D
Complementary color
Monochromatic Colors of #DCAD6D
Black with #DCAD6D
Text Example
Text Example
White with #DCAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD6D; }
p { color: rgb(220,173,109); }
H1.HeaderClassName
{
color: #DCAD6D;
}
.AnyTagClassName
{
color: #DCAD6D;
}
</style>
background-color css
<style>
a { background-color: #DCAD6D; }
a { background-color: rgb(220,173,109); }
div.DivClassName
{
background-color: #DCAD6D;
}
.BgClassName
{
background-color: #DCAD6D;
}
</style>
border-color css
<style>
span { border-color: #DCAD6D; }
span { border-color: rgb(220,173,109); }
td.TdClassName
{
border-color: #DCAD6D;
}
.TagClassName
{
border-color: #DCAD6D;
}
</style>