Shades of Gold Tips #DDB521
Tints of Gold Tips #DDB521
RGB
CMYK
RGB Variations
Color information
#DDB521 (or 0xDDB521) is known color: Gold Tips. HEX triplet: DD, B5 and 21. RGB value is (221,181,33). Sum of RGB (Red+Green+Blue) = 221+181+33=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB521 is #224ADE. Grayscale: #B0B0B0. Windows color (decimal): -2247391 or 2209245. OLE color: 2209245.
HSL color Cylindrical-coordinate representation of color #DDB521: hue angle of 47.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDB521 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.13 |
| HSL | 47.23º | 0.74% | 0.5% | - |
| HSV(B) | 47.23º | 0.85% | 0.87% | - |
| XYZ | 46.62 | 48.53 | 8.35 | - |
| YUV | 176.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 33 | 0 | 0.18 | 0.85 | 0.13 | 47.23 | 0.74 | 0.5 |
| Hex | DD | B5 | 21 | 0 | 12 | 55 | D | 2F | 4A | 32 |
| Octal | 335 | 265 | 41 | 0 | 22 | 125 | 15 | 57 | 112 | 62 |
| Binary | 11011101 | 10110101 | 100001 | 0 | 10010 | 1010101 | 1101 | 101111 | 1001010 | 110010 |
Color Harmonies of #DDB521
Complementary color
Monochromatic Colors of #DDB521
Black with #DDB521
Text Example
Text Example
White with #DDB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB521; }
p { color: rgb(221,181,33); }
H1.HeaderClassName
{
color: #DDB521;
}
.AnyTagClassName
{
color: #DDB521;
}
</style>
background-color css
<style>
a { background-color: #DDB521; }
a { background-color: rgb(221,181,33); }
div.DivClassName
{
background-color: #DDB521;
}
.BgClassName
{
background-color: #DDB521;
}
</style>
border-color css
<style>
span { border-color: #DDB521; }
span { border-color: rgb(221,181,33); }
td.TdClassName
{
border-color: #DDB521;
}
.TagClassName
{
border-color: #DDB521;
}
</style>