Shades of Gold Tips #DCAC2D
Tints of Gold Tips #DCAC2D
RGB
CMYK
RGB Variations
Color information
#DCAC2D (or 0xDCAC2D) is known color: Gold Tips. HEX triplet: DC, AC and 2D. RGB value is (220,172,45). Sum of RGB (Red+Green+Blue) = 220+172+45=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC2D is #2353D2. Grayscale: #ACACAC. Windows color (decimal): -2315219 or 2993372. OLE color: 2993372.
HSL color Cylindrical-coordinate representation of color #DCAC2D: hue angle of 43.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAC2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.14 |
| HSL | 43.54º | 0.71% | 0.52% | - |
| HSV(B) | 43.54º | 0.8% | 0.86% | - |
| XYZ | 44.74 | 44.91 | 8.79 | - |
| YUV | 171.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 45 | 0 | 0.22 | 0.80 | 0.14 | 43.54 | 0.71 | 0.52 |
| Hex | DC | AC | 2D | 0 | 16 | 50 | E | 2C | 47 | 34 |
| Octal | 334 | 254 | 55 | 0 | 26 | 120 | 16 | 54 | 107 | 64 |
| Binary | 11011100 | 10101100 | 101101 | 0 | 10110 | 1010000 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DCAC2D
Complementary color
Monochromatic Colors of #DCAC2D
Black with #DCAC2D
Text Example
Text Example
White with #DCAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC2D; }
p { color: rgb(220,172,45); }
H1.HeaderClassName
{
color: #DCAC2D;
}
.AnyTagClassName
{
color: #DCAC2D;
}
</style>
background-color css
<style>
a { background-color: #DCAC2D; }
a { background-color: rgb(220,172,45); }
div.DivClassName
{
background-color: #DCAC2D;
}
.BgClassName
{
background-color: #DCAC2D;
}
</style>
border-color css
<style>
span { border-color: #DCAC2D; }
span { border-color: rgb(220,172,45); }
td.TdClassName
{
border-color: #DCAC2D;
}
.TagClassName
{
border-color: #DCAC2D;
}
</style>