Shades of Equator #DCAA6C
Tints of Equator #DCAA6C
RGB
CMYK
RGB Variations
Color information
#DCAA6C (or 0xDCAA6C) is known color: Equator. HEX triplet: DC, AA and 6C. RGB value is (220,170,108). Sum of RGB (Red+Green+Blue) = 220+170+108=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA6C is #235593. Grayscale: #B2B2B2. Windows color (decimal): -2315668 or 7121628. OLE color: 7121628.
HSL color Cylindrical-coordinate representation of color #DCAA6C: hue angle of 33.21º 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 #DCAA6C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 108 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.14 |
| HSL | 33.21º | 0.62% | 0.64% | - |
| HSV(B) | 33.21º | 0.51% | 0.86% | - |
| XYZ | 46.6 | 45.05 | 20.43 | - |
| YUV | 177.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 108 | 0 | 0.23 | 0.51 | 0.14 | 33.21 | 0.62 | 0.64 |
| Hex | DC | AA | 6C | 0 | 17 | 33 | E | 21 | 3E | 40 |
| Octal | 334 | 252 | 154 | 0 | 27 | 63 | 16 | 41 | 76 | 100 |
| Binary | 11011100 | 10101010 | 1101100 | 0 | 10111 | 110011 | 1110 | 100001 | 111110 | 1000000 |
Color Harmonies of #DCAA6C
Complementary color
Monochromatic Colors of #DCAA6C
Black with #DCAA6C
Text Example
Text Example
White with #DCAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA6C; }
p { color: rgb(220,170,108); }
H1.HeaderClassName
{
color: #DCAA6C;
}
.AnyTagClassName
{
color: #DCAA6C;
}
</style>
background-color css
<style>
a { background-color: #DCAA6C; }
a { background-color: rgb(220,170,108); }
div.DivClassName
{
background-color: #DCAA6C;
}
.BgClassName
{
background-color: #DCAA6C;
}
</style>
border-color css
<style>
span { border-color: #DCAA6C; }
span { border-color: rgb(220,170,108); }
td.TdClassName
{
border-color: #DCAA6C;
}
.TagClassName
{
border-color: #DCAA6C;
}
</style>