Shades of Gold Tips #DDB520
Tints of Gold Tips #DDB520
RGB
CMYK
RGB Variations
Color information
#DDB520 (or 0xDDB520) is known color: Gold Tips. HEX triplet: DD, B5 and 20. RGB value is (221,181,32). Sum of RGB (Red+Green+Blue) = 221+181+32=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB520 is #224ADF. Grayscale: #B0B0B0. Windows color (decimal): -2247392 or 2143709. OLE color: 2143709.
HSL color Cylindrical-coordinate representation of color #DDB520: hue angle of 47.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB520 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 32 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.13 |
| HSL | 47.3º | 0.75% | 0.5% | - |
| HSV(B) | 47.3º | 0.86% | 0.87% | - |
| XYZ | 46.6 | 48.52 | 8.28 | - |
| YUV | 175.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 32 | 0 | 0.18 | 0.86 | 0.13 | 47.3 | 0.75 | 0.5 |
| Hex | DD | B5 | 20 | 0 | 12 | 56 | D | 2F | 4B | 32 |
| Octal | 335 | 265 | 40 | 0 | 22 | 126 | 15 | 57 | 113 | 62 |
| Binary | 11011101 | 10110101 | 100000 | 0 | 10010 | 1010110 | 1101 | 101111 | 1001011 | 110010 |
Color Harmonies of #DDB520
Complementary color
Monochromatic Colors of #DDB520
Black with #DDB520
Text Example
Text Example
White with #DDB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB520; }
p { color: rgb(221,181,32); }
H1.HeaderClassName
{
color: #DDB520;
}
.AnyTagClassName
{
color: #DDB520;
}
</style>
background-color css
<style>
a { background-color: #DDB520; }
a { background-color: rgb(221,181,32); }
div.DivClassName
{
background-color: #DDB520;
}
.BgClassName
{
background-color: #DDB520;
}
</style>
border-color css
<style>
span { border-color: #DDB520; }
span { border-color: rgb(221,181,32); }
td.TdClassName
{
border-color: #DDB520;
}
.TagClassName
{
border-color: #DDB520;
}
</style>