Shades of Equator #DCAE5D
Tints of Equator #DCAE5D
RGB
CMYK
RGB Variations
Color information
#DCAE5D (or 0xDCAE5D) is known color: Equator. HEX triplet: DC, AE and 5D. RGB value is (220,174,93). Sum of RGB (Red+Green+Blue) = 220+174+93=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5D is #2351A2. Grayscale: #B2B2B2. Windows color (decimal): -2314659 or 6139612. OLE color: 6139612.
HSL color Cylindrical-coordinate representation of color #DCAE5D: hue angle of 38.27º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCAE5D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 93 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.14 |
| HSL | 38.27º | 0.64% | 0.61% | - |
| HSV(B) | 38.27º | 0.58% | 0.86% | - |
| XYZ | 46.63 | 46.28 | 16.83 | - |
| YUV | 178.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 93 | 0 | 0.21 | 0.58 | 0.14 | 38.27 | 0.64 | 0.61 |
| Hex | DC | AE | 5D | 0 | 15 | 3A | E | 26 | 40 | 3D |
| Octal | 334 | 256 | 135 | 0 | 25 | 72 | 16 | 46 | 100 | 75 |
| Binary | 11011100 | 10101110 | 1011101 | 0 | 10101 | 111010 | 1110 | 100110 | 1000000 | 111101 |
Color Harmonies of #DCAE5D
Complementary color
Monochromatic Colors of #DCAE5D
Black with #DCAE5D
Text Example
Text Example
White with #DCAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE5D; }
p { color: rgb(220,174,93); }
H1.HeaderClassName
{
color: #DCAE5D;
}
.AnyTagClassName
{
color: #DCAE5D;
}
</style>
background-color css
<style>
a { background-color: #DCAE5D; }
a { background-color: rgb(220,174,93); }
div.DivClassName
{
background-color: #DCAE5D;
}
.BgClassName
{
background-color: #DCAE5D;
}
</style>
border-color css
<style>
span { border-color: #DCAE5D; }
span { border-color: rgb(220,174,93); }
td.TdClassName
{
border-color: #DCAE5D;
}
.TagClassName
{
border-color: #DCAE5D;
}
</style>