Shades of Equator #DCAD66
Tints of Equator #DCAD66
RGB
CMYK
RGB Variations
Color information
#DCAD66 (or 0xDCAD66) is known color: Equator. HEX triplet: DC, AD and 66. RGB value is (220,173,102). Sum of RGB (Red+Green+Blue) = 220+173+102=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD66 is #235299. Grayscale: #B3B3B3. Windows color (decimal): -2314906 or 6729180. OLE color: 6729180.
HSL color Cylindrical-coordinate representation of color #DCAD66: hue angle of 36.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCAD66 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 102 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.14 |
| HSL | 36.1º | 0.63% | 0.63% | - |
| HSV(B) | 36.1º | 0.54% | 0.86% | - |
| XYZ | 46.86 | 46.06 | 18.99 | - |
| YUV | 178.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 102 | 0 | 0.21 | 0.54 | 0.14 | 36.1 | 0.63 | 0.63 |
| Hex | DC | AD | 66 | 0 | 15 | 36 | E | 24 | 3F | 3F |
| Octal | 334 | 255 | 146 | 0 | 25 | 66 | 16 | 44 | 77 | 77 |
| Binary | 11011100 | 10101101 | 1100110 | 0 | 10101 | 110110 | 1110 | 100100 | 111111 | 111111 |
Color Harmonies of #DCAD66
Complementary color
Monochromatic Colors of #DCAD66
Black with #DCAD66
Text Example
Text Example
White with #DCAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD66; }
p { color: rgb(220,173,102); }
H1.HeaderClassName
{
color: #DCAD66;
}
.AnyTagClassName
{
color: #DCAD66;
}
</style>
background-color css
<style>
a { background-color: #DCAD66; }
a { background-color: rgb(220,173,102); }
div.DivClassName
{
background-color: #DCAD66;
}
.BgClassName
{
background-color: #DCAD66;
}
</style>
border-color css
<style>
span { border-color: #DCAD66; }
span { border-color: rgb(220,173,102); }
td.TdClassName
{
border-color: #DCAD66;
}
.TagClassName
{
border-color: #DCAD66;
}
</style>