Shades of Gold Tips #DCAC2E
Tints of Gold Tips #DCAC2E
RGB
CMYK
RGB Variations
Color information
#DCAC2E (or 0xDCAC2E) is known color: Gold Tips. HEX triplet: DC, AC and 2E. RGB value is (220,172,46). Sum of RGB (Red+Green+Blue) = 220+172+46=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC2E is #2353D1. Grayscale: #ACACAC. Windows color (decimal): -2315218 or 3058908. OLE color: 3058908.
HSL color Cylindrical-coordinate representation of color #DCAC2E: hue angle of 43.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCAC2E is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 46 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.14 |
| HSL | 43.45º | 0.71% | 0.52% | - |
| HSV(B) | 43.45º | 0.79% | 0.86% | - |
| XYZ | 44.76 | 44.92 | 8.9 | - |
| YUV | 171.99 | 56.9 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 46 | 0 | 0.22 | 0.79 | 0.14 | 43.45 | 0.71 | 0.52 |
| Hex | DC | AC | 2E | 0 | 16 | 4F | E | 2B | 47 | 34 |
| Octal | 334 | 254 | 56 | 0 | 26 | 117 | 16 | 53 | 107 | 64 |
| Binary | 11011100 | 10101100 | 101110 | 0 | 10110 | 1001111 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DCAC2E
Complementary color
Monochromatic Colors of #DCAC2E
Black with #DCAC2E
Text Example
Text Example
White with #DCAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC2E; }
p { color: rgb(220,172,46); }
H1.HeaderClassName
{
color: #DCAC2E;
}
.AnyTagClassName
{
color: #DCAC2E;
}
</style>
background-color css
<style>
a { background-color: #DCAC2E; }
a { background-color: rgb(220,172,46); }
div.DivClassName
{
background-color: #DCAC2E;
}
.BgClassName
{
background-color: #DCAC2E;
}
</style>
border-color css
<style>
span { border-color: #DCAC2E; }
span { border-color: rgb(220,172,46); }
td.TdClassName
{
border-color: #DCAC2E;
}
.TagClassName
{
border-color: #DCAC2E;
}
</style>