Shades of Equator #DCAD6C
Tints of Equator #DCAD6C
RGB
CMYK
RGB Variations
Color information
#DCAD6C (or 0xDCAD6C) is known color: Equator. HEX triplet: DC, AD and 6C. RGB value is (220,173,108). Sum of RGB (Red+Green+Blue) = 220+173+108=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD6C is #235293. Grayscale: #B3B3B3. Windows color (decimal): -2314900 or 7122396. OLE color: 7122396.
HSL color Cylindrical-coordinate representation of color #DCAD6C: hue angle of 34.82º 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 #DCAD6C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 108 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 34.82º | 0.62% | 0.64% | - |
| HSV(B) | 34.82º | 0.51% | 0.86% | - |
| XYZ | 47.17 | 46.19 | 20.62 | - |
| YUV | 179.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 108 | 0 | 0.21 | 0.51 | 0.14 | 34.82 | 0.62 | 0.64 |
| Hex | DC | AD | 6C | 0 | 15 | 33 | E | 23 | 3E | 40 |
| Octal | 334 | 255 | 154 | 0 | 25 | 63 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101101 | 1101100 | 0 | 10101 | 110011 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAD6C
Complementary color
Monochromatic Colors of #DCAD6C
Black with #DCAD6C
Text Example
Text Example
White with #DCAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD6C; }
p { color: rgb(220,173,108); }
H1.HeaderClassName
{
color: #DCAD6C;
}
.AnyTagClassName
{
color: #DCAD6C;
}
</style>
background-color css
<style>
a { background-color: #DCAD6C; }
a { background-color: rgb(220,173,108); }
div.DivClassName
{
background-color: #DCAD6C;
}
.BgClassName
{
background-color: #DCAD6C;
}
</style>
border-color css
<style>
span { border-color: #DCAD6C; }
span { border-color: rgb(220,173,108); }
td.TdClassName
{
border-color: #DCAD6C;
}
.TagClassName
{
border-color: #DCAD6C;
}
</style>