Shades of Metallic Gold #DDB53D
Tints of Metallic Gold #DDB53D
RGB
CMYK
RGB Variations
Color information
#DDB53D (or 0xDDB53D) is known color: Metallic Gold. HEX triplet: DD, B5 and 3D. RGB value is (221,181,61). Sum of RGB (Red+Green+Blue) = 221+181+61=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53D is #224AC2. Grayscale: #B3B3B3. Windows color (decimal): -2247363 or 4044253. OLE color: 4044253.
HSL color Cylindrical-coordinate representation of color #DDB53D: hue angle of 45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDB53D is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 61 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.13 |
| HSL | 45º | 0.7% | 0.55% | - |
| HSV(B) | 45º | 0.72% | 0.87% | - |
| XYZ | 47.18 | 48.76 | 11.34 | - |
| YUV | 179.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 61 | 0 | 0.18 | 0.72 | 0.13 | 45 | 0.7 | 0.55 |
| Hex | DD | B5 | 3D | 0 | 12 | 48 | D | 2D | 46 | 37 |
| Octal | 335 | 265 | 75 | 0 | 22 | 110 | 15 | 55 | 106 | 67 |
| Binary | 11011101 | 10110101 | 111101 | 0 | 10010 | 1001000 | 1101 | 101101 | 1000110 | 110111 |
Color Harmonies of #DDB53D
Complementary color
Monochromatic Colors of #DDB53D
Black with #DDB53D
Text Example
Text Example
White with #DDB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB53D; }
p { color: rgb(221,181,61); }
H1.HeaderClassName
{
color: #DDB53D;
}
.AnyTagClassName
{
color: #DDB53D;
}
</style>
background-color css
<style>
a { background-color: #DDB53D; }
a { background-color: rgb(221,181,61); }
div.DivClassName
{
background-color: #DDB53D;
}
.BgClassName
{
background-color: #DDB53D;
}
</style>
border-color css
<style>
span { border-color: #DDB53D; }
span { border-color: rgb(221,181,61); }
td.TdClassName
{
border-color: #DDB53D;
}
.TagClassName
{
border-color: #DDB53D;
}
</style>