Shades of Gold Tips #DDB729
Tints of Gold Tips #DDB729
RGB
CMYK
RGB Variations
Color information
#DDB729 (or 0xDDB729) is known color: Gold Tips. HEX triplet: DD, B7 and 29. RGB value is (221,183,41). Sum of RGB (Red+Green+Blue) = 221+183+41=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB729 is #2248D6. Grayscale: #B2B2B2. Windows color (decimal): -2246871 or 2734045. OLE color: 2734045.
HSL color Cylindrical-coordinate representation of color #DDB729: hue angle of 47.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 #DDB729 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 41 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.33º | 0.73% | 0.51% | - |
| HSV(B) | 47.33º | 0.81% | 0.87% | - |
| XYZ | 47.15 | 49.4 | 9.15 | - |
| YUV | 178.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 41 | 0 | 0.17 | 0.81 | 0.13 | 47.33 | 0.73 | 0.51 |
| Hex | DD | B7 | 29 | 0 | 11 | 51 | D | 2F | 49 | 33 |
| Octal | 335 | 267 | 51 | 0 | 21 | 121 | 15 | 57 | 111 | 63 |
| Binary | 11011101 | 10110111 | 101001 | 0 | 10001 | 1010001 | 1101 | 101111 | 1001001 | 110011 |
Color Harmonies of #DDB729
Complementary color
Monochromatic Colors of #DDB729
Black with #DDB729
Text Example
Text Example
White with #DDB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB729; }
p { color: rgb(221,183,41); }
H1.HeaderClassName
{
color: #DDB729;
}
.AnyTagClassName
{
color: #DDB729;
}
</style>
background-color css
<style>
a { background-color: #DDB729; }
a { background-color: rgb(221,183,41); }
div.DivClassName
{
background-color: #DDB729;
}
.BgClassName
{
background-color: #DDB729;
}
</style>
border-color css
<style>
span { border-color: #DDB729; }
span { border-color: rgb(221,183,41); }
td.TdClassName
{
border-color: #DDB729;
}
.TagClassName
{
border-color: #DDB729;
}
</style>