Shades of Gold Tips #DDB222
Tints of Gold Tips #DDB222
RGB
CMYK
RGB Variations
Color information
#DDB222 (or 0xDDB222) is known color: Gold Tips. HEX triplet: DD, B2 and 22. RGB value is (221,178,34). Sum of RGB (Red+Green+Blue) = 221+178+34=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB222 is #224DDD. Grayscale: #AFAFAF. Windows color (decimal): -2248158 or 2274013. OLE color: 2274013.
HSL color Cylindrical-coordinate representation of color #DDB222: hue angle of 46.2º 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 #DDB222 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.13 |
| HSL | 46.2º | 0.73% | 0.5% | - |
| HSV(B) | 46.2º | 0.85% | 0.87% | - |
| XYZ | 46.03 | 47.33 | 8.22 | - |
| YUV | 174.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 34 | 0 | 0.19 | 0.85 | 0.13 | 46.2 | 0.73 | 0.5 |
| Hex | DD | B2 | 22 | 0 | 13 | 55 | D | 2E | 49 | 32 |
| Octal | 335 | 262 | 42 | 0 | 23 | 125 | 15 | 56 | 111 | 62 |
| Binary | 11011101 | 10110010 | 100010 | 0 | 10011 | 1010101 | 1101 | 101110 | 1001001 | 110010 |
Color Harmonies of #DDB222
Complementary color
Monochromatic Colors of #DDB222
Black with #DDB222
Text Example
Text Example
White with #DDB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB222; }
p { color: rgb(221,178,34); }
H1.HeaderClassName
{
color: #DDB222;
}
.AnyTagClassName
{
color: #DDB222;
}
</style>
background-color css
<style>
a { background-color: #DDB222; }
a { background-color: rgb(221,178,34); }
div.DivClassName
{
background-color: #DDB222;
}
.BgClassName
{
background-color: #DDB222;
}
</style>
border-color css
<style>
span { border-color: #DDB222; }
span { border-color: rgb(221,178,34); }
td.TdClassName
{
border-color: #DDB222;
}
.TagClassName
{
border-color: #DDB222;
}
</style>