Shades of Metallic Gold #DDB53C
Tints of Metallic Gold #DDB53C
RGB
CMYK
RGB Variations
Color information
#DDB53C (or 0xDDB53C) is known color: Metallic Gold. HEX triplet: DD, B5 and 3C. RGB value is (221,181,60). Sum of RGB (Red+Green+Blue) = 221+181+60=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53C is #224AC3. Grayscale: #B3B3B3. Windows color (decimal): -2247364 or 3978717. OLE color: 3978717.
HSL color Cylindrical-coordinate representation of color #DDB53C: hue angle of 45.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDB53C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 60 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.13 |
| HSL | 45.09º | 0.7% | 0.55% | - |
| HSV(B) | 45.09º | 0.73% | 0.87% | - |
| XYZ | 47.16 | 48.75 | 11.2 | - |
| YUV | 179.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 60 | 0 | 0.18 | 0.73 | 0.13 | 45.09 | 0.7 | 0.55 |
| Hex | DD | B5 | 3C | 0 | 12 | 49 | D | 2D | 46 | 37 |
| Octal | 335 | 265 | 74 | 0 | 22 | 111 | 15 | 55 | 106 | 67 |
| Binary | 11011101 | 10110101 | 111100 | 0 | 10010 | 1001001 | 1101 | 101101 | 1000110 | 110111 |
Color Harmonies of #DDB53C
Complementary color
Monochromatic Colors of #DDB53C
Black with #DDB53C
Text Example
Text Example
White with #DDB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB53C; }
p { color: rgb(221,181,60); }
H1.HeaderClassName
{
color: #DDB53C;
}
.AnyTagClassName
{
color: #DDB53C;
}
</style>
background-color css
<style>
a { background-color: #DDB53C; }
a { background-color: rgb(221,181,60); }
div.DivClassName
{
background-color: #DDB53C;
}
.BgClassName
{
background-color: #DDB53C;
}
</style>
border-color css
<style>
span { border-color: #DDB53C; }
span { border-color: rgb(221,181,60); }
td.TdClassName
{
border-color: #DDB53C;
}
.TagClassName
{
border-color: #DDB53C;
}
</style>