Shades of Equator #DCAC5F
Tints of Equator #DCAC5F
RGB
CMYK
RGB Variations
Color information
#DCAC5F (or 0xDCAC5F) is known color: Equator. HEX triplet: DC, AC and 5F. RGB value is (220,172,95). Sum of RGB (Red+Green+Blue) = 220+172+95=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5F is #2353A0. Grayscale: #B1B1B1. Windows color (decimal): -2315169 or 6270172. OLE color: 6270172.
HSL color Cylindrical-coordinate representation of color #DCAC5F: hue angle of 36.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCAC5F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 95 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.14 |
| HSL | 36.96º | 0.64% | 0.62% | - |
| HSV(B) | 36.96º | 0.57% | 0.86% | - |
| XYZ | 46.33 | 45.55 | 17.18 | - |
| YUV | 177.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 95 | 0 | 0.22 | 0.57 | 0.14 | 36.96 | 0.64 | 0.62 |
| Hex | DC | AC | 5F | 0 | 16 | 39 | E | 25 | 40 | 3E |
| Octal | 334 | 254 | 137 | 0 | 26 | 71 | 16 | 45 | 100 | 76 |
| Binary | 11011100 | 10101100 | 1011111 | 0 | 10110 | 111001 | 1110 | 100101 | 1000000 | 111110 |
Color Harmonies of #DCAC5F
Complementary color
Monochromatic Colors of #DCAC5F
Black with #DCAC5F
Text Example
Text Example
White with #DCAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC5F; }
p { color: rgb(220,172,95); }
H1.HeaderClassName
{
color: #DCAC5F;
}
.AnyTagClassName
{
color: #DCAC5F;
}
</style>
background-color css
<style>
a { background-color: #DCAC5F; }
a { background-color: rgb(220,172,95); }
div.DivClassName
{
background-color: #DCAC5F;
}
.BgClassName
{
background-color: #DCAC5F;
}
</style>
border-color css
<style>
span { border-color: #DCAC5F; }
span { border-color: rgb(220,172,95); }
td.TdClassName
{
border-color: #DCAC5F;
}
.TagClassName
{
border-color: #DCAC5F;
}
</style>