Shades of Gold Tips #DDB421
Tints of Gold Tips #DDB421
RGB
CMYK
RGB Variations
Color information
#DDB421 (or 0xDDB421) is known color: Gold Tips. HEX triplet: DD, B4 and 21. RGB value is (221,180,33). Sum of RGB (Red+Green+Blue) = 221+180+33=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB421 is #224BDE. Grayscale: #B0B0B0. Windows color (decimal): -2247647 or 2208989. OLE color: 2208989.
HSL color Cylindrical-coordinate representation of color #DDB421: hue angle of 46.91º 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 #DDB421 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.13 |
| HSL | 46.91º | 0.74% | 0.5% | - |
| HSV(B) | 46.91º | 0.85% | 0.87% | - |
| XYZ | 46.41 | 48.12 | 8.28 | - |
| YUV | 175.5 | 47.58 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 33 | 0 | 0.19 | 0.85 | 0.13 | 46.91 | 0.74 | 0.5 |
| Hex | DD | B4 | 21 | 0 | 13 | 55 | D | 2F | 4A | 32 |
| Octal | 335 | 264 | 41 | 0 | 23 | 125 | 15 | 57 | 112 | 62 |
| Binary | 11011101 | 10110100 | 100001 | 0 | 10011 | 1010101 | 1101 | 101111 | 1001010 | 110010 |
Color Harmonies of #DDB421
Complementary color
Monochromatic Colors of #DDB421
Black with #DDB421
Text Example
Text Example
White with #DDB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB421; }
p { color: rgb(221,180,33); }
H1.HeaderClassName
{
color: #DDB421;
}
.AnyTagClassName
{
color: #DDB421;
}
</style>
background-color css
<style>
a { background-color: #DDB421; }
a { background-color: rgb(221,180,33); }
div.DivClassName
{
background-color: #DDB421;
}
.BgClassName
{
background-color: #DDB421;
}
</style>
border-color css
<style>
span { border-color: #DDB421; }
span { border-color: rgb(221,180,33); }
td.TdClassName
{
border-color: #DDB421;
}
.TagClassName
{
border-color: #DDB421;
}
</style>