Shades of Gold Tips #DDB720
Tints of Gold Tips #DDB720
RGB
CMYK
RGB Variations
Color information
#DDB720 (or 0xDDB720) is known color: Gold Tips. HEX triplet: DD, B7 and 20. RGB value is (221,183,32). Sum of RGB (Red+Green+Blue) = 221+183+32=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB720 is #2248DF. Grayscale: #B1B1B1. Windows color (decimal): -2246880 or 2144221. OLE color: 2144221.
HSL color Cylindrical-coordinate representation of color #DDB720: hue angle of 47.94º 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 #DDB720 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 32 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.13 |
| HSL | 47.94º | 0.75% | 0.5% | - |
| HSV(B) | 47.94º | 0.86% | 0.87% | - |
| XYZ | 47.01 | 49.34 | 8.41 | - |
| YUV | 177.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 32 | 0 | 0.17 | 0.86 | 0.13 | 47.94 | 0.75 | 0.5 |
| Hex | DD | B7 | 20 | 0 | 11 | 56 | D | 30 | 4B | 32 |
| Octal | 335 | 267 | 40 | 0 | 21 | 126 | 15 | 60 | 113 | 62 |
| Binary | 11011101 | 10110111 | 100000 | 0 | 10001 | 1010110 | 1101 | 110000 | 1001011 | 110010 |
Color Harmonies of #DDB720
Complementary color
Monochromatic Colors of #DDB720
Black with #DDB720
Text Example
Text Example
White with #DDB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB720; }
p { color: rgb(221,183,32); }
H1.HeaderClassName
{
color: #DDB720;
}
.AnyTagClassName
{
color: #DDB720;
}
</style>
background-color css
<style>
a { background-color: #DDB720; }
a { background-color: rgb(221,183,32); }
div.DivClassName
{
background-color: #DDB720;
}
.BgClassName
{
background-color: #DDB720;
}
</style>
border-color css
<style>
span { border-color: #DDB720; }
span { border-color: rgb(221,183,32); }
td.TdClassName
{
border-color: #DDB720;
}
.TagClassName
{
border-color: #DDB720;
}
</style>