Shades of Equator #DCAE5E
Tints of Equator #DCAE5E
RGB
CMYK
RGB Variations
Color information
#DCAE5E (or 0xDCAE5E) is known color: Equator. HEX triplet: DC, AE and 5E. RGB value is (220,174,94). Sum of RGB (Red+Green+Blue) = 220+174+94=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5E is #2351A1. Grayscale: #B3B3B3. Windows color (decimal): -2314658 or 6205148. OLE color: 6205148.
HSL color Cylindrical-coordinate representation of color #DCAE5E: hue angle of 38.1º 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 #DCAE5E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 94 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.14 |
| HSL | 38.1º | 0.64% | 0.62% | - |
| HSV(B) | 38.1º | 0.57% | 0.86% | - |
| XYZ | 46.67 | 46.3 | 17.07 | - |
| YUV | 178.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 94 | 0 | 0.21 | 0.57 | 0.14 | 38.1 | 0.64 | 0.62 |
| Hex | DC | AE | 5E | 0 | 15 | 39 | E | 26 | 40 | 3E |
| Octal | 334 | 256 | 136 | 0 | 25 | 71 | 16 | 46 | 100 | 76 |
| Binary | 11011100 | 10101110 | 1011110 | 0 | 10101 | 111001 | 1110 | 100110 | 1000000 | 111110 |
Color Harmonies of #DCAE5E
Complementary color
Monochromatic Colors of #DCAE5E
Black with #DCAE5E
Text Example
Text Example
White with #DCAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE5E; }
p { color: rgb(220,174,94); }
H1.HeaderClassName
{
color: #DCAE5E;
}
.AnyTagClassName
{
color: #DCAE5E;
}
</style>
background-color css
<style>
a { background-color: #DCAE5E; }
a { background-color: rgb(220,174,94); }
div.DivClassName
{
background-color: #DCAE5E;
}
.BgClassName
{
background-color: #DCAE5E;
}
</style>
border-color css
<style>
span { border-color: #DCAE5E; }
span { border-color: rgb(220,174,94); }
td.TdClassName
{
border-color: #DCAE5E;
}
.TagClassName
{
border-color: #DCAE5E;
}
</style>