Shades of Equator #DCAE6C
Tints of Equator #DCAE6C
RGB
CMYK
RGB Variations
Color information
#DCAE6C (or 0xDCAE6C) is known color: Equator. HEX triplet: DC, AE and 6C. RGB value is (220,174,108). Sum of RGB (Red+Green+Blue) = 220+174+108=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE6C is #235193. Grayscale: #B4B4B4. Windows color (decimal): -2314644 or 7122652. OLE color: 7122652.
HSL color Cylindrical-coordinate representation of color #DCAE6C: hue angle of 35.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCAE6C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 108 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 35.36º | 0.62% | 0.64% | - |
| HSV(B) | 35.36º | 0.51% | 0.86% | - |
| XYZ | 47.36 | 46.57 | 20.68 | - |
| YUV | 180.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 108 | 0 | 0.21 | 0.51 | 0.14 | 35.36 | 0.62 | 0.64 |
| Hex | DC | AE | 6C | 0 | 15 | 33 | E | 23 | 3E | 40 |
| Octal | 334 | 256 | 154 | 0 | 25 | 63 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101110 | 1101100 | 0 | 10101 | 110011 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAE6C
Complementary color
Monochromatic Colors of #DCAE6C
Black with #DCAE6C
Text Example
Text Example
White with #DCAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE6C; }
p { color: rgb(220,174,108); }
H1.HeaderClassName
{
color: #DCAE6C;
}
.AnyTagClassName
{
color: #DCAE6C;
}
</style>
background-color css
<style>
a { background-color: #DCAE6C; }
a { background-color: rgb(220,174,108); }
div.DivClassName
{
background-color: #DCAE6C;
}
.BgClassName
{
background-color: #DCAE6C;
}
</style>
border-color css
<style>
span { border-color: #DCAE6C; }
span { border-color: rgb(220,174,108); }
td.TdClassName
{
border-color: #DCAE6C;
}
.TagClassName
{
border-color: #DCAE6C;
}
</style>