Shades of Equator #DCAD5E
Tints of Equator #DCAD5E
RGB
CMYK
RGB Variations
Color information
#DCAD5E (or 0xDCAD5E) is known color: Equator. HEX triplet: DC, AD and 5E. RGB value is (220,173,94). Sum of RGB (Red+Green+Blue) = 220+173+94=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD5E is #2352A1. Grayscale: #B2B2B2. Windows color (decimal): -2314914 or 6204892. OLE color: 6204892.
HSL color Cylindrical-coordinate representation of color #DCAD5E: hue angle of 37.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCAD5E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 94 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.14 |
| HSL | 37.62º | 0.64% | 0.62% | - |
| HSV(B) | 37.62º | 0.57% | 0.86% | - |
| XYZ | 46.48 | 45.91 | 17 | - |
| YUV | 178.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 94 | 0 | 0.21 | 0.57 | 0.14 | 37.62 | 0.64 | 0.62 |
| Hex | DC | AD | 5E | 0 | 15 | 39 | E | 26 | 40 | 3E |
| Octal | 334 | 255 | 136 | 0 | 25 | 71 | 16 | 46 | 100 | 76 |
| Binary | 11011100 | 10101101 | 1011110 | 0 | 10101 | 111001 | 1110 | 100110 | 1000000 | 111110 |
Color Harmonies of #DCAD5E
Complementary color
Monochromatic Colors of #DCAD5E
Black with #DCAD5E
Text Example
Text Example
White with #DCAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD5E; }
p { color: rgb(220,173,94); }
H1.HeaderClassName
{
color: #DCAD5E;
}
.AnyTagClassName
{
color: #DCAD5E;
}
</style>
background-color css
<style>
a { background-color: #DCAD5E; }
a { background-color: rgb(220,173,94); }
div.DivClassName
{
background-color: #DCAD5E;
}
.BgClassName
{
background-color: #DCAD5E;
}
</style>
border-color css
<style>
span { border-color: #DCAD5E; }
span { border-color: rgb(220,173,94); }
td.TdClassName
{
border-color: #DCAD5E;
}
.TagClassName
{
border-color: #DCAD5E;
}
</style>