Shades of Gold Tips #DDAD2D
Tints of Gold Tips #DDAD2D
RGB
CMYK
RGB Variations
Color information
#DDAD2D (or 0xDDAD2D) is known color: Gold Tips. HEX triplet: DD, AD and 2D. RGB value is (221,173,45). Sum of RGB (Red+Green+Blue) = 221+173+45=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD2D is #2252D2. Grayscale: #ADADAD. Windows color (decimal): -2249427 or 2993629. OLE color: 2993629.
HSL color Cylindrical-coordinate representation of color #DDAD2D: hue angle of 43.64º 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 #DDAD2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.64º | 0.72% | 0.52% | - |
| HSV(B) | 43.64º | 0.8% | 0.87% | - |
| XYZ | 45.24 | 45.45 | 8.87 | - |
| YUV | 172.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 45 | 0 | 0.22 | 0.80 | 0.13 | 43.64 | 0.72 | 0.52 |
| Hex | DD | AD | 2D | 0 | 16 | 50 | D | 2C | 48 | 34 |
| Octal | 335 | 255 | 55 | 0 | 26 | 120 | 15 | 54 | 110 | 64 |
| Binary | 11011101 | 10101101 | 101101 | 0 | 10110 | 1010000 | 1101 | 101100 | 1001000 | 110100 |
Color Harmonies of #DDAD2D
Complementary color
Monochromatic Colors of #DDAD2D
Black with #DDAD2D
Text Example
Text Example
White with #DDAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD2D; }
p { color: rgb(221,173,45); }
H1.HeaderClassName
{
color: #DDAD2D;
}
.AnyTagClassName
{
color: #DDAD2D;
}
</style>
background-color css
<style>
a { background-color: #DDAD2D; }
a { background-color: rgb(221,173,45); }
div.DivClassName
{
background-color: #DDAD2D;
}
.BgClassName
{
background-color: #DDAD2D;
}
</style>
border-color css
<style>
span { border-color: #DDAD2D; }
span { border-color: rgb(221,173,45); }
td.TdClassName
{
border-color: #DDAD2D;
}
.TagClassName
{
border-color: #DDAD2D;
}
</style>