Shades of Equator #DCAE6B
Tints of Equator #DCAE6B
RGB
CMYK
RGB Variations
Color information
#DCAE6B (or 0xDCAE6B) is known color: Equator. HEX triplet: DC, AE and 6B. RGB value is (220,174,107). Sum of RGB (Red+Green+Blue) = 220+174+107=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE6B is #235194. Grayscale: #B4B4B4. Windows color (decimal): -2314645 or 7057116. OLE color: 7057116.
HSL color Cylindrical-coordinate representation of color #DCAE6B: hue angle of 35.58º 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 #DCAE6B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 107 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 35.58º | 0.62% | 0.64% | - |
| HSV(B) | 35.58º | 0.51% | 0.86% | - |
| XYZ | 47.31 | 46.55 | 20.4 | - |
| YUV | 180.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 107 | 0 | 0.21 | 0.51 | 0.14 | 35.58 | 0.62 | 0.64 |
| Hex | DC | AE | 6B | 0 | 15 | 33 | E | 24 | 3E | 40 |
| Octal | 334 | 256 | 153 | 0 | 25 | 63 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10101110 | 1101011 | 0 | 10101 | 110011 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCAE6B
Complementary color
Monochromatic Colors of #DCAE6B
Black with #DCAE6B
Text Example
Text Example
White with #DCAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE6B; }
p { color: rgb(220,174,107); }
H1.HeaderClassName
{
color: #DCAE6B;
}
.AnyTagClassName
{
color: #DCAE6B;
}
</style>
background-color css
<style>
a { background-color: #DCAE6B; }
a { background-color: rgb(220,174,107); }
div.DivClassName
{
background-color: #DCAE6B;
}
.BgClassName
{
background-color: #DCAE6B;
}
</style>
border-color css
<style>
span { border-color: #DCAE6B; }
span { border-color: rgb(220,174,107); }
td.TdClassName
{
border-color: #DCAE6B;
}
.TagClassName
{
border-color: #DCAE6B;
}
</style>