Shades of Equator #DCAE68
Tints of Equator #DCAE68
RGB
CMYK
RGB Variations
Color information
#DCAE68 (or 0xDCAE68) is known color: Equator. HEX triplet: DC, AE and 68. RGB value is (220,174,104). Sum of RGB (Red+Green+Blue) = 220+174+104=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE68 is #235197. Grayscale: #B4B4B4. Windows color (decimal): -2314648 or 6860508. OLE color: 6860508.
HSL color Cylindrical-coordinate representation of color #DCAE68: hue angle of 36.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCAE68 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 104 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.14 |
| HSL | 36.21º | 0.62% | 0.64% | - |
| HSV(B) | 36.21º | 0.53% | 0.86% | - |
| XYZ | 47.15 | 46.49 | 19.58 | - |
| YUV | 179.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 104 | 0 | 0.21 | 0.53 | 0.14 | 36.21 | 0.62 | 0.64 |
| Hex | DC | AE | 68 | 0 | 15 | 35 | E | 24 | 3E | 40 |
| Octal | 334 | 256 | 150 | 0 | 25 | 65 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10101110 | 1101000 | 0 | 10101 | 110101 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCAE68
Complementary color
Monochromatic Colors of #DCAE68
Black with #DCAE68
Text Example
Text Example
White with #DCAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE68; }
p { color: rgb(220,174,104); }
H1.HeaderClassName
{
color: #DCAE68;
}
.AnyTagClassName
{
color: #DCAE68;
}
</style>
background-color css
<style>
a { background-color: #DCAE68; }
a { background-color: rgb(220,174,104); }
div.DivClassName
{
background-color: #DCAE68;
}
.BgClassName
{
background-color: #DCAE68;
}
</style>
border-color css
<style>
span { border-color: #DCAE68; }
span { border-color: rgb(220,174,104); }
td.TdClassName
{
border-color: #DCAE68;
}
.TagClassName
{
border-color: #DCAE68;
}
</style>