Shades of Gold Tips #DDAC2C
Tints of Gold Tips #DDAC2C
RGB
CMYK
RGB Variations
Color information
#DDAC2C (or 0xDDAC2C) is known color: Gold Tips. HEX triplet: DD, AC and 2C. RGB value is (221,172,44). Sum of RGB (Red+Green+Blue) = 221+172+44=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC2C is #2253D3. Grayscale: #ACACAC. Windows color (decimal): -2249684 or 2927837. OLE color: 2927837.
HSL color Cylindrical-coordinate representation of color #DDAC2C: hue angle of 43.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDAC2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.39º | 0.72% | 0.52% | - |
| HSV(B) | 43.39º | 0.8% | 0.87% | - |
| XYZ | 45.03 | 45.06 | 8.71 | - |
| YUV | 172.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 44 | 0 | 0.22 | 0.80 | 0.13 | 43.39 | 0.72 | 0.52 |
| Hex | DD | AC | 2C | 0 | 16 | 50 | D | 2B | 48 | 34 |
| Octal | 335 | 254 | 54 | 0 | 26 | 120 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101100 | 101100 | 0 | 10110 | 1010000 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAC2C
Complementary color
Monochromatic Colors of #DDAC2C
Black with #DDAC2C
Text Example
Text Example
White with #DDAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC2C; }
p { color: rgb(221,172,44); }
H1.HeaderClassName
{
color: #DDAC2C;
}
.AnyTagClassName
{
color: #DDAC2C;
}
</style>
background-color css
<style>
a { background-color: #DDAC2C; }
a { background-color: rgb(221,172,44); }
div.DivClassName
{
background-color: #DDAC2C;
}
.BgClassName
{
background-color: #DDAC2C;
}
</style>
border-color css
<style>
span { border-color: #DDAC2C; }
span { border-color: rgb(221,172,44); }
td.TdClassName
{
border-color: #DDAC2C;
}
.TagClassName
{
border-color: #DDAC2C;
}
</style>