Shades of Gold Tips #DDB929
Tints of Gold Tips #DDB929
RGB
CMYK
RGB Variations
Color information
#DDB929 (or 0xDDB929) is known color: Gold Tips. HEX triplet: DD, B9 and 29. RGB value is (221,185,41). Sum of RGB (Red+Green+Blue) = 221+185+41=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB929 is #2246D6. Grayscale: #B3B3B3. Windows color (decimal): -2246359 or 2734557. OLE color: 2734557.
HSL color Cylindrical-coordinate representation of color #DDB929: hue angle of 48º 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 #DDB929 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 41 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 48º | 0.73% | 0.51% | - |
| HSV(B) | 48º | 0.81% | 0.87% | - |
| XYZ | 47.57 | 50.23 | 9.29 | - |
| YUV | 179.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 41 | 0 | 0.16 | 0.81 | 0.13 | 48 | 0.73 | 0.51 |
| Hex | DD | B9 | 29 | 0 | 10 | 51 | D | 30 | 49 | 33 |
| Octal | 335 | 271 | 51 | 0 | 20 | 121 | 15 | 60 | 111 | 63 |
| Binary | 11011101 | 10111001 | 101001 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001001 | 110011 |
Color Harmonies of #DDB929
Complementary color
Monochromatic Colors of #DDB929
Black with #DDB929
Text Example
Text Example
White with #DDB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB929; }
p { color: rgb(221,185,41); }
H1.HeaderClassName
{
color: #DDB929;
}
.AnyTagClassName
{
color: #DDB929;
}
</style>
background-color css
<style>
a { background-color: #DDB929; }
a { background-color: rgb(221,185,41); }
div.DivClassName
{
background-color: #DDB929;
}
.BgClassName
{
background-color: #DDB929;
}
</style>
border-color css
<style>
span { border-color: #DDB929; }
span { border-color: rgb(221,185,41); }
td.TdClassName
{
border-color: #DDB929;
}
.TagClassName
{
border-color: #DDB929;
}
</style>