Shades of Equator #DCAD6B
Tints of Equator #DCAD6B
RGB
CMYK
RGB Variations
Color information
#DCAD6B (or 0xDCAD6B) is known color: Equator. HEX triplet: DC, AD and 6B. RGB value is (220,173,107). Sum of RGB (Red+Green+Blue) = 220+173+107=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD6B is #235294. Grayscale: #B3B3B3. Windows color (decimal): -2314901 or 7056860. OLE color: 7056860.
HSL color Cylindrical-coordinate representation of color #DCAD6B: hue angle of 35.04º 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 #DCAD6B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 107 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 35.04º | 0.62% | 0.64% | - |
| HSV(B) | 35.04º | 0.51% | 0.86% | - |
| XYZ | 47.11 | 46.16 | 20.34 | - |
| YUV | 179.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 107 | 0 | 0.21 | 0.51 | 0.14 | 35.04 | 0.62 | 0.64 |
| Hex | DC | AD | 6B | 0 | 15 | 33 | E | 23 | 3E | 40 |
| Octal | 334 | 255 | 153 | 0 | 25 | 63 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101101 | 1101011 | 0 | 10101 | 110011 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAD6B
Complementary color
Monochromatic Colors of #DCAD6B
Black with #DCAD6B
Text Example
Text Example
White with #DCAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD6B; }
p { color: rgb(220,173,107); }
H1.HeaderClassName
{
color: #DCAD6B;
}
.AnyTagClassName
{
color: #DCAD6B;
}
</style>
background-color css
<style>
a { background-color: #DCAD6B; }
a { background-color: rgb(220,173,107); }
div.DivClassName
{
background-color: #DCAD6B;
}
.BgClassName
{
background-color: #DCAD6B;
}
</style>
border-color css
<style>
span { border-color: #DCAD6B; }
span { border-color: rgb(220,173,107); }
td.TdClassName
{
border-color: #DCAD6B;
}
.TagClassName
{
border-color: #DCAD6B;
}
</style>