Shades of Equator #DCAD62
Tints of Equator #DCAD62
RGB
CMYK
RGB Variations
Color information
#DCAD62 (or 0xDCAD62) is known color: Equator. HEX triplet: DC, AD and 62. RGB value is (220,173,98). Sum of RGB (Red+Green+Blue) = 220+173+98=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD62 is #23529D. Grayscale: #B2B2B2. Windows color (decimal): -2314910 or 6467036. OLE color: 6467036.
HSL color Cylindrical-coordinate representation of color #DCAD62: hue angle of 36.89º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAD62 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 98 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.14 |
| HSL | 36.89º | 0.64% | 0.62% | - |
| HSV(B) | 36.89º | 0.55% | 0.86% | - |
| XYZ | 46.66 | 45.98 | 17.97 | - |
| YUV | 178.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 98 | 0 | 0.21 | 0.55 | 0.14 | 36.89 | 0.64 | 0.62 |
| Hex | DC | AD | 62 | 0 | 15 | 37 | E | 25 | 40 | 3E |
| Octal | 334 | 255 | 142 | 0 | 25 | 67 | 16 | 45 | 100 | 76 |
| Binary | 11011100 | 10101101 | 1100010 | 0 | 10101 | 110111 | 1110 | 100101 | 1000000 | 111110 |
Color Harmonies of #DCAD62
Complementary color
Monochromatic Colors of #DCAD62
Black with #DCAD62
Text Example
Text Example
White with #DCAD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD62; }
p { color: rgb(220,173,98); }
H1.HeaderClassName
{
color: #DCAD62;
}
.AnyTagClassName
{
color: #DCAD62;
}
</style>
background-color css
<style>
a { background-color: #DCAD62; }
a { background-color: rgb(220,173,98); }
div.DivClassName
{
background-color: #DCAD62;
}
.BgClassName
{
background-color: #DCAD62;
}
</style>
border-color css
<style>
span { border-color: #DCAD62; }
span { border-color: rgb(220,173,98); }
td.TdClassName
{
border-color: #DCAD62;
}
.TagClassName
{
border-color: #DCAD62;
}
</style>