Shades of Gold Tips #DDB022
Tints of Gold Tips #DDB022
RGB
CMYK
RGB Variations
Color information
#DDB022 (or 0xDDB022) is known color: Gold Tips. HEX triplet: DD, B0 and 22. RGB value is (221,176,34). Sum of RGB (Red+Green+Blue) = 221+176+34=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB022 is #224FDD. Grayscale: #ADADAD. Windows color (decimal): -2248670 or 2273501. OLE color: 2273501.
HSL color Cylindrical-coordinate representation of color #DDB022: hue angle of 45.56º degrees, saturation: 0.73, 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 #DDB022 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 34 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.13 |
| HSL | 45.56º | 0.73% | 0.5% | - |
| HSV(B) | 45.56º | 0.85% | 0.87% | - |
| XYZ | 45.63 | 46.54 | 8.09 | - |
| YUV | 173.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 34 | 0 | 0.20 | 0.85 | 0.13 | 45.56 | 0.73 | 0.5 |
| Hex | DD | B0 | 22 | 0 | 14 | 55 | D | 2E | 49 | 32 |
| Octal | 335 | 260 | 42 | 0 | 24 | 125 | 15 | 56 | 111 | 62 |
| Binary | 11011101 | 10110000 | 100010 | 0 | 10100 | 1010101 | 1101 | 101110 | 1001001 | 110010 |
Color Harmonies of #DDB022
Complementary color
Monochromatic Colors of #DDB022
Black with #DDB022
Text Example
Text Example
White with #DDB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB022; }
p { color: rgb(221,176,34); }
H1.HeaderClassName
{
color: #DDB022;
}
.AnyTagClassName
{
color: #DDB022;
}
</style>
background-color css
<style>
a { background-color: #DDB022; }
a { background-color: rgb(221,176,34); }
div.DivClassName
{
background-color: #DDB022;
}
.BgClassName
{
background-color: #DDB022;
}
</style>
border-color css
<style>
span { border-color: #DDB022; }
span { border-color: rgb(221,176,34); }
td.TdClassName
{
border-color: #DDB022;
}
.TagClassName
{
border-color: #DDB022;
}
</style>