Shades of Gold Tips #DDB821
Tints of Gold Tips #DDB821
RGB
CMYK
RGB Variations
Color information
#DDB821 (or 0xDDB821) is known color: Gold Tips. HEX triplet: DD, B8 and 21. RGB value is (221,184,33). Sum of RGB (Red+Green+Blue) = 221+184+33=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB821 is #2247DE. Grayscale: #B2B2B2. Windows color (decimal): -2246623 or 2210013. OLE color: 2210013.
HSL color Cylindrical-coordinate representation of color #DDB821: hue angle of 48.19º 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 #DDB821 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.13 |
| HSL | 48.19º | 0.74% | 0.5% | - |
| HSV(B) | 48.19º | 0.85% | 0.87% | - |
| XYZ | 47.23 | 49.76 | 8.55 | - |
| YUV | 177.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 33 | 0 | 0.17 | 0.85 | 0.13 | 48.19 | 0.74 | 0.5 |
| Hex | DD | B8 | 21 | 0 | 11 | 55 | D | 30 | 4A | 32 |
| Octal | 335 | 270 | 41 | 0 | 21 | 125 | 15 | 60 | 112 | 62 |
| Binary | 11011101 | 10111000 | 100001 | 0 | 10001 | 1010101 | 1101 | 110000 | 1001010 | 110010 |
Color Harmonies of #DDB821
Complementary color
Monochromatic Colors of #DDB821
Black with #DDB821
Text Example
Text Example
White with #DDB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB821; }
p { color: rgb(221,184,33); }
H1.HeaderClassName
{
color: #DDB821;
}
.AnyTagClassName
{
color: #DDB821;
}
</style>
background-color css
<style>
a { background-color: #DDB821; }
a { background-color: rgb(221,184,33); }
div.DivClassName
{
background-color: #DDB821;
}
.BgClassName
{
background-color: #DDB821;
}
</style>
border-color css
<style>
span { border-color: #DDB821; }
span { border-color: rgb(221,184,33); }
td.TdClassName
{
border-color: #DDB821;
}
.TagClassName
{
border-color: #DDB821;
}
</style>