Shades of Equator #DCAA6B
Tints of Equator #DCAA6B
RGB
CMYK
RGB Variations
Color information
#DCAA6B (or 0xDCAA6B) is known color: Equator. HEX triplet: DC, AA and 6B. RGB value is (220,170,107). Sum of RGB (Red+Green+Blue) = 220+170+107=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA6B is #235594. Grayscale: #B2B2B2. Windows color (decimal): -2315669 or 7056092. OLE color: 7056092.
HSL color Cylindrical-coordinate representation of color #DCAA6B: hue angle of 33.45º 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 #DCAA6B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 107 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.14 |
| HSL | 33.45º | 0.62% | 0.64% | - |
| HSV(B) | 33.45º | 0.51% | 0.86% | - |
| XYZ | 46.54 | 45.03 | 20.15 | - |
| YUV | 177.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 107 | 0 | 0.23 | 0.51 | 0.14 | 33.45 | 0.62 | 0.64 |
| Hex | DC | AA | 6B | 0 | 17 | 33 | E | 21 | 3E | 40 |
| Octal | 334 | 252 | 153 | 0 | 27 | 63 | 16 | 41 | 76 | 100 |
| Binary | 11011100 | 10101010 | 1101011 | 0 | 10111 | 110011 | 1110 | 100001 | 111110 | 1000000 |
Color Harmonies of #DCAA6B
Complementary color
Monochromatic Colors of #DCAA6B
Black with #DCAA6B
Text Example
Text Example
White with #DCAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA6B; }
p { color: rgb(220,170,107); }
H1.HeaderClassName
{
color: #DCAA6B;
}
.AnyTagClassName
{
color: #DCAA6B;
}
</style>
background-color css
<style>
a { background-color: #DCAA6B; }
a { background-color: rgb(220,170,107); }
div.DivClassName
{
background-color: #DCAA6B;
}
.BgClassName
{
background-color: #DCAA6B;
}
</style>
border-color css
<style>
span { border-color: #DCAA6B; }
span { border-color: rgb(220,170,107); }
td.TdClassName
{
border-color: #DCAA6B;
}
.TagClassName
{
border-color: #DCAA6B;
}
</style>