Shades of Metallic Gold #DDB033
Tints of Metallic Gold #DDB033
RGB
CMYK
RGB Variations
Color information
#DDB033 (or 0xDDB033) is known color: Metallic Gold. HEX triplet: DD, B0 and 33. RGB value is (221,176,51). Sum of RGB (Red+Green+Blue) = 221+176+51=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB033 is #224FCC. Grayscale: #AFAFAF. Windows color (decimal): -2248653 or 3387613. OLE color: 3387613.
HSL color Cylindrical-coordinate representation of color #DDB033: hue angle of 44.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDB033 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 51 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.13 |
| HSL | 44.12º | 0.71% | 0.53% | - |
| HSV(B) | 44.12º | 0.77% | 0.87% | - |
| XYZ | 45.94 | 46.66 | 9.72 | - |
| YUV | 175.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 51 | 0 | 0.20 | 0.77 | 0.13 | 44.12 | 0.71 | 0.53 |
| Hex | DD | B0 | 33 | 0 | 14 | 4D | D | 2C | 47 | 35 |
| Octal | 335 | 260 | 63 | 0 | 24 | 115 | 15 | 54 | 107 | 65 |
| Binary | 11011101 | 10110000 | 110011 | 0 | 10100 | 1001101 | 1101 | 101100 | 1000111 | 110101 |
Color Harmonies of #DDB033
Complementary color
Monochromatic Colors of #DDB033
Black with #DDB033
Text Example
Text Example
White with #DDB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB033; }
p { color: rgb(221,176,51); }
H1.HeaderClassName
{
color: #DDB033;
}
.AnyTagClassName
{
color: #DDB033;
}
</style>
background-color css
<style>
a { background-color: #DDB033; }
a { background-color: rgb(221,176,51); }
div.DivClassName
{
background-color: #DDB033;
}
.BgClassName
{
background-color: #DDB033;
}
</style>
border-color css
<style>
span { border-color: #DDB033; }
span { border-color: rgb(221,176,51); }
td.TdClassName
{
border-color: #DDB033;
}
.TagClassName
{
border-color: #DDB033;
}
</style>