Shades of Gold Tips #DDB021
Tints of Gold Tips #DDB021
RGB
CMYK
RGB Variations
Color information
#DDB021 (or 0xDDB021) is known color: Gold Tips. HEX triplet: DD, B0 and 21. RGB value is (221,176,33). Sum of RGB (Red+Green+Blue) = 221+176+33=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB021 is #224FDE. Grayscale: #ADADAD. Windows color (decimal): -2248671 or 2207965. OLE color: 2207965.
HSL color Cylindrical-coordinate representation of color #DDB021: hue angle of 45.64º 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 #DDB021 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 33 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.13 |
| HSL | 45.64º | 0.74% | 0.5% | - |
| HSV(B) | 45.64º | 0.85% | 0.87% | - |
| XYZ | 45.62 | 46.53 | 8.02 | - |
| YUV | 173.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 33 | 0 | 0.20 | 0.85 | 0.13 | 45.64 | 0.74 | 0.5 |
| Hex | DD | B0 | 21 | 0 | 14 | 55 | D | 2E | 4A | 32 |
| Octal | 335 | 260 | 41 | 0 | 24 | 125 | 15 | 56 | 112 | 62 |
| Binary | 11011101 | 10110000 | 100001 | 0 | 10100 | 1010101 | 1101 | 101110 | 1001010 | 110010 |
Color Harmonies of #DDB021
Complementary color
Monochromatic Colors of #DDB021
Black with #DDB021
Text Example
Text Example
White with #DDB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB021; }
p { color: rgb(221,176,33); }
H1.HeaderClassName
{
color: #DDB021;
}
.AnyTagClassName
{
color: #DDB021;
}
</style>
background-color css
<style>
a { background-color: #DDB021; }
a { background-color: rgb(221,176,33); }
div.DivClassName
{
background-color: #DDB021;
}
.BgClassName
{
background-color: #DDB021;
}
</style>
border-color css
<style>
span { border-color: #DDB021; }
span { border-color: rgb(221,176,33); }
td.TdClassName
{
border-color: #DDB021;
}
.TagClassName
{
border-color: #DDB021;
}
</style>