Shades of Equator #DCAC68
Tints of Equator #DCAC68
RGB
CMYK
RGB Variations
Color information
#DCAC68 (or 0xDCAC68) is known color: Equator. HEX triplet: DC, AC and 68. RGB value is (220,172,104). Sum of RGB (Red+Green+Blue) = 220+172+104=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC68 is #235397. Grayscale: #B2B2B2. Windows color (decimal): -2315160 or 6859996. OLE color: 6859996.
HSL color Cylindrical-coordinate representation of color #DCAC68: hue angle of 35.17º 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 #DCAC68 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 104 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.14 |
| HSL | 35.17º | 0.62% | 0.64% | - |
| HSV(B) | 35.17º | 0.53% | 0.86% | - |
| XYZ | 46.77 | 45.72 | 19.46 | - |
| YUV | 178.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 104 | 0 | 0.22 | 0.53 | 0.14 | 35.17 | 0.62 | 0.64 |
| Hex | DC | AC | 68 | 0 | 16 | 35 | E | 23 | 3E | 40 |
| Octal | 334 | 254 | 150 | 0 | 26 | 65 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101100 | 1101000 | 0 | 10110 | 110101 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAC68
Complementary color
Monochromatic Colors of #DCAC68
Black with #DCAC68
Text Example
Text Example
White with #DCAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC68; }
p { color: rgb(220,172,104); }
H1.HeaderClassName
{
color: #DCAC68;
}
.AnyTagClassName
{
color: #DCAC68;
}
</style>
background-color css
<style>
a { background-color: #DCAC68; }
a { background-color: rgb(220,172,104); }
div.DivClassName
{
background-color: #DCAC68;
}
.BgClassName
{
background-color: #DCAC68;
}
</style>
border-color css
<style>
span { border-color: #DCAC68; }
span { border-color: rgb(220,172,104); }
td.TdClassName
{
border-color: #DCAC68;
}
.TagClassName
{
border-color: #DCAC68;
}
</style>