Shades of Equator #DCAC67
Tints of Equator #DCAC67
RGB
CMYK
RGB Variations
Color information
#DCAC67 (or 0xDCAC67) is known color: Equator. HEX triplet: DC, AC and 67. RGB value is (220,172,103). Sum of RGB (Red+Green+Blue) = 220+172+103=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC67 is #235398. Grayscale: #B2B2B2. Windows color (decimal): -2315161 or 6794460. OLE color: 6794460.
HSL color Cylindrical-coordinate representation of color #DCAC67: hue angle of 35.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCAC67 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 103 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.14 |
| HSL | 35.38º | 0.63% | 0.63% | - |
| HSV(B) | 35.38º | 0.53% | 0.86% | - |
| XYZ | 46.72 | 45.7 | 19.19 | - |
| YUV | 178.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 103 | 0 | 0.22 | 0.53 | 0.14 | 35.38 | 0.63 | 0.63 |
| Hex | DC | AC | 67 | 0 | 16 | 35 | E | 23 | 3F | 3F |
| Octal | 334 | 254 | 147 | 0 | 26 | 65 | 16 | 43 | 77 | 77 |
| Binary | 11011100 | 10101100 | 1100111 | 0 | 10110 | 110101 | 1110 | 100011 | 111111 | 111111 |
Color Harmonies of #DCAC67
Complementary color
Monochromatic Colors of #DCAC67
Black with #DCAC67
Text Example
Text Example
White with #DCAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC67; }
p { color: rgb(220,172,103); }
H1.HeaderClassName
{
color: #DCAC67;
}
.AnyTagClassName
{
color: #DCAC67;
}
</style>
background-color css
<style>
a { background-color: #DCAC67; }
a { background-color: rgb(220,172,103); }
div.DivClassName
{
background-color: #DCAC67;
}
.BgClassName
{
background-color: #DCAC67;
}
</style>
border-color css
<style>
span { border-color: #DCAC67; }
span { border-color: rgb(220,172,103); }
td.TdClassName
{
border-color: #DCAC67;
}
.TagClassName
{
border-color: #DCAC67;
}
</style>