Shades of Gold Tips #DDAC2D
Tints of Gold Tips #DDAC2D
RGB
CMYK
RGB Variations
Color information
#DDAC2D (or 0xDDAC2D) is known color: Gold Tips. HEX triplet: DD, AC and 2D. RGB value is (221,172,45). Sum of RGB (Red+Green+Blue) = 221+172+45=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC2D is #2253D2. Grayscale: #ACACAC. Windows color (decimal): -2249683 or 2993373. OLE color: 2993373.
HSL color Cylindrical-coordinate representation of color #DDAC2D: hue angle of 43.3º 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 #DDAC2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.3º | 0.72% | 0.52% | - |
| HSV(B) | 43.3º | 0.8% | 0.87% | - |
| XYZ | 45.04 | 45.07 | 8.81 | - |
| YUV | 172.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 45 | 0 | 0.22 | 0.80 | 0.13 | 43.3 | 0.72 | 0.52 |
| Hex | DD | AC | 2D | 0 | 16 | 50 | D | 2B | 48 | 34 |
| Octal | 335 | 254 | 55 | 0 | 26 | 120 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101100 | 101101 | 0 | 10110 | 1010000 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAC2D
Complementary color
Monochromatic Colors of #DDAC2D
Black with #DDAC2D
Text Example
Text Example
White with #DDAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC2D; }
p { color: rgb(221,172,45); }
H1.HeaderClassName
{
color: #DDAC2D;
}
.AnyTagClassName
{
color: #DDAC2D;
}
</style>
background-color css
<style>
a { background-color: #DDAC2D; }
a { background-color: rgb(221,172,45); }
div.DivClassName
{
background-color: #DDAC2D;
}
.BgClassName
{
background-color: #DDAC2D;
}
</style>
border-color css
<style>
span { border-color: #DDAC2D; }
span { border-color: rgb(221,172,45); }
td.TdClassName
{
border-color: #DDAC2D;
}
.TagClassName
{
border-color: #DDAC2D;
}
</style>