Shades of Metallic Gold #DDB034
Tints of Metallic Gold #DDB034
RGB
CMYK
RGB Variations
Color information
#DDB034 (or 0xDDB034) is known color: Metallic Gold. HEX triplet: DD, B0 and 34. RGB value is (221,176,52). Sum of RGB (Red+Green+Blue) = 221+176+52=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB034 is #224FCB. Grayscale: #AFAFAF. Windows color (decimal): -2248652 or 3453149. OLE color: 3453149.
HSL color Cylindrical-coordinate representation of color #DDB034: hue angle of 44.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDB034 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.13 |
| HSL | 44.02º | 0.71% | 0.54% | - |
| HSV(B) | 44.02º | 0.76% | 0.87% | - |
| XYZ | 45.96 | 46.67 | 9.83 | - |
| YUV | 175.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 52 | 0 | 0.20 | 0.76 | 0.13 | 44.02 | 0.71 | 0.54 |
| Hex | DD | B0 | 34 | 0 | 14 | 4C | D | 2C | 47 | 36 |
| Octal | 335 | 260 | 64 | 0 | 24 | 114 | 15 | 54 | 107 | 66 |
| Binary | 11011101 | 10110000 | 110100 | 0 | 10100 | 1001100 | 1101 | 101100 | 1000111 | 110110 |
Color Harmonies of #DDB034
Complementary color
Monochromatic Colors of #DDB034
Black with #DDB034
Text Example
Text Example
White with #DDB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB034; }
p { color: rgb(221,176,52); }
H1.HeaderClassName
{
color: #DDB034;
}
.AnyTagClassName
{
color: #DDB034;
}
</style>
background-color css
<style>
a { background-color: #DDB034; }
a { background-color: rgb(221,176,52); }
div.DivClassName
{
background-color: #DDB034;
}
.BgClassName
{
background-color: #DDB034;
}
</style>
border-color css
<style>
span { border-color: #DDB034; }
span { border-color: rgb(221,176,52); }
td.TdClassName
{
border-color: #DDB034;
}
.TagClassName
{
border-color: #DDB034;
}
</style>