Shades of Gold Tips #DDAB2D
Tints of Gold Tips #DDAB2D
RGB
CMYK
RGB Variations
Color information
#DDAB2D (or 0xDDAB2D) is known color: Gold Tips. HEX triplet: DD, AB and 2D. RGB value is (221,171,45). Sum of RGB (Red+Green+Blue) = 221+171+45=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB2D is #2254D2. Grayscale: #ACACAC. Windows color (decimal): -2249939 or 2993117. OLE color: 2993117.
HSL color Cylindrical-coordinate representation of color #DDAB2D: hue angle of 42.95º 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 #DDAB2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.95º | 0.72% | 0.52% | - |
| HSV(B) | 42.95º | 0.8% | 0.87% | - |
| XYZ | 44.86 | 44.69 | 8.74 | - |
| YUV | 171.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 45 | 0 | 0.23 | 0.80 | 0.13 | 42.95 | 0.72 | 0.52 |
| Hex | DD | AB | 2D | 0 | 17 | 50 | D | 2B | 48 | 34 |
| Octal | 335 | 253 | 55 | 0 | 27 | 120 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101011 | 101101 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDAB2D
Complementary color
Monochromatic Colors of #DDAB2D
Black with #DDAB2D
Text Example
Text Example
White with #DDAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB2D; }
p { color: rgb(221,171,45); }
H1.HeaderClassName
{
color: #DDAB2D;
}
.AnyTagClassName
{
color: #DDAB2D;
}
</style>
background-color css
<style>
a { background-color: #DDAB2D; }
a { background-color: rgb(221,171,45); }
div.DivClassName
{
background-color: #DDAB2D;
}
.BgClassName
{
background-color: #DDAB2D;
}
</style>
border-color css
<style>
span { border-color: #DDAB2D; }
span { border-color: rgb(221,171,45); }
td.TdClassName
{
border-color: #DDAB2D;
}
.TagClassName
{
border-color: #DDAB2D;
}
</style>