Shades of Equator #DCAD61
Tints of Equator #DCAD61
RGB
CMYK
RGB Variations
Color information
#DCAD61 (or 0xDCAD61) is known color: Equator. HEX triplet: DC, AD and 61. RGB value is (220,173,97). Sum of RGB (Red+Green+Blue) = 220+173+97=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD61 is #23529E. Grayscale: #B2B2B2. Windows color (decimal): -2314911 or 6401500. OLE color: 6401500.
HSL color Cylindrical-coordinate representation of color #DCAD61: hue angle of 37.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCAD61 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 97 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.14 |
| HSL | 37.07º | 0.64% | 0.62% | - |
| HSV(B) | 37.07º | 0.56% | 0.86% | - |
| XYZ | 46.62 | 45.97 | 17.72 | - |
| YUV | 178.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 97 | 0 | 0.21 | 0.56 | 0.14 | 37.07 | 0.64 | 0.62 |
| Hex | DC | AD | 61 | 0 | 15 | 38 | E | 25 | 40 | 3E |
| Octal | 334 | 255 | 141 | 0 | 25 | 70 | 16 | 45 | 100 | 76 |
| Binary | 11011100 | 10101101 | 1100001 | 0 | 10101 | 111000 | 1110 | 100101 | 1000000 | 111110 |
Color Harmonies of #DCAD61
Complementary color
Monochromatic Colors of #DCAD61
Black with #DCAD61
Text Example
Text Example
White with #DCAD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD61; }
p { color: rgb(220,173,97); }
H1.HeaderClassName
{
color: #DCAD61;
}
.AnyTagClassName
{
color: #DCAD61;
}
</style>
background-color css
<style>
a { background-color: #DCAD61; }
a { background-color: rgb(220,173,97); }
div.DivClassName
{
background-color: #DCAD61;
}
.BgClassName
{
background-color: #DCAD61;
}
</style>
border-color css
<style>
span { border-color: #DCAD61; }
span { border-color: rgb(220,173,97); }
td.TdClassName
{
border-color: #DCAD61;
}
.TagClassName
{
border-color: #DCAD61;
}
</style>