Shades of Equator #DCAA68
Tints of Equator #DCAA68
RGB
CMYK
RGB Variations
Color information
#DCAA68 (or 0xDCAA68) is known color: Equator. HEX triplet: DC, AA and 68. RGB value is (220,170,104). Sum of RGB (Red+Green+Blue) = 220+170+104=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA68 is #235597. Grayscale: #B1B1B1. Windows color (decimal): -2315672 or 6859484. OLE color: 6859484.
HSL color Cylindrical-coordinate representation of color #DCAA68: hue angle of 34.14º 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 #DCAA68 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 104 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.14 |
| HSL | 34.14º | 0.62% | 0.64% | - |
| HSV(B) | 34.14º | 0.53% | 0.86% | - |
| XYZ | 46.39 | 44.96 | 19.33 | - |
| YUV | 177.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 104 | 0 | 0.23 | 0.53 | 0.14 | 34.14 | 0.62 | 0.64 |
| Hex | DC | AA | 68 | 0 | 17 | 35 | E | 22 | 3E | 40 |
| Octal | 334 | 252 | 150 | 0 | 27 | 65 | 16 | 42 | 76 | 100 |
| Binary | 11011100 | 10101010 | 1101000 | 0 | 10111 | 110101 | 1110 | 100010 | 111110 | 1000000 |
Color Harmonies of #DCAA68
Complementary color
Monochromatic Colors of #DCAA68
Black with #DCAA68
Text Example
Text Example
White with #DCAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA68; }
p { color: rgb(220,170,104); }
H1.HeaderClassName
{
color: #DCAA68;
}
.AnyTagClassName
{
color: #DCAA68;
}
</style>
background-color css
<style>
a { background-color: #DCAA68; }
a { background-color: rgb(220,170,104); }
div.DivClassName
{
background-color: #DCAA68;
}
.BgClassName
{
background-color: #DCAA68;
}
</style>
border-color css
<style>
span { border-color: #DCAA68; }
span { border-color: rgb(220,170,104); }
td.TdClassName
{
border-color: #DCAA68;
}
.TagClassName
{
border-color: #DCAA68;
}
</style>