Shades of Gold Tips #DDB129
Tints of Gold Tips #DDB129
RGB
CMYK
RGB Variations
Color information
#DDB129 (or 0xDDB129) is known color: Gold Tips. HEX triplet: DD, B1 and 29. RGB value is (221,177,41). Sum of RGB (Red+Green+Blue) = 221+177+41=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB129 is #224ED6. Grayscale: #AFAFAF. Windows color (decimal): -2248407 or 2732509. OLE color: 2732509.
HSL color Cylindrical-coordinate representation of color #DDB129: hue angle of 45.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDB129 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 41 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.13 |
| HSL | 45.33º | 0.73% | 0.51% | - |
| HSV(B) | 45.33º | 0.81% | 0.87% | - |
| XYZ | 45.94 | 46.98 | 8.74 | - |
| YUV | 174.65 | 52.58 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 41 | 0 | 0.20 | 0.81 | 0.13 | 45.33 | 0.73 | 0.51 |
| Hex | DD | B1 | 29 | 0 | 14 | 51 | D | 2D | 49 | 33 |
| Octal | 335 | 261 | 51 | 0 | 24 | 121 | 15 | 55 | 111 | 63 |
| Binary | 11011101 | 10110001 | 101001 | 0 | 10100 | 1010001 | 1101 | 101101 | 1001001 | 110011 |
Color Harmonies of #DDB129
Complementary color
Monochromatic Colors of #DDB129
Black with #DDB129
Text Example
Text Example
White with #DDB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB129; }
p { color: rgb(221,177,41); }
H1.HeaderClassName
{
color: #DDB129;
}
.AnyTagClassName
{
color: #DDB129;
}
</style>
background-color css
<style>
a { background-color: #DDB129; }
a { background-color: rgb(221,177,41); }
div.DivClassName
{
background-color: #DDB129;
}
.BgClassName
{
background-color: #DDB129;
}
</style>
border-color css
<style>
span { border-color: #DDB129; }
span { border-color: rgb(221,177,41); }
td.TdClassName
{
border-color: #DDB129;
}
.TagClassName
{
border-color: #DDB129;
}
</style>