Shades of Metallic Gold #DDB53A
Tints of Metallic Gold #DDB53A
RGB
CMYK
RGB Variations
Color information
#DDB53A (or 0xDDB53A) is known color: Metallic Gold. HEX triplet: DD, B5 and 3A. RGB value is (221,181,58). Sum of RGB (Red+Green+Blue) = 221+181+58=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53A is #224AC5. Grayscale: #B3B3B3. Windows color (decimal): -2247366 or 3847645. OLE color: 3847645.
HSL color Cylindrical-coordinate representation of color #DDB53A: hue angle of 45.28º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB53A is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 58 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.13 |
| HSL | 45.28º | 0.71% | 0.55% | - |
| HSV(B) | 45.28º | 0.74% | 0.87% | - |
| XYZ | 47.11 | 48.73 | 10.93 | - |
| YUV | 178.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 58 | 0 | 0.18 | 0.74 | 0.13 | 45.28 | 0.71 | 0.55 |
| Hex | DD | B5 | 3A | 0 | 12 | 4A | D | 2D | 47 | 37 |
| Octal | 335 | 265 | 72 | 0 | 22 | 112 | 15 | 55 | 107 | 67 |
| Binary | 11011101 | 10110101 | 111010 | 0 | 10010 | 1001010 | 1101 | 101101 | 1000111 | 110111 |
Color Harmonies of #DDB53A
Complementary color
Monochromatic Colors of #DDB53A
Black with #DDB53A
Text Example
Text Example
White with #DDB53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB53A; }
p { color: rgb(221,181,58); }
H1.HeaderClassName
{
color: #DDB53A;
}
.AnyTagClassName
{
color: #DDB53A;
}
</style>
background-color css
<style>
a { background-color: #DDB53A; }
a { background-color: rgb(221,181,58); }
div.DivClassName
{
background-color: #DDB53A;
}
.BgClassName
{
background-color: #DDB53A;
}
</style>
border-color css
<style>
span { border-color: #DDB53A; }
span { border-color: rgb(221,181,58); }
td.TdClassName
{
border-color: #DDB53A;
}
.TagClassName
{
border-color: #DDB53A;
}
</style>