Shades of Metallic Gold #DDB43C
Tints of Metallic Gold #DDB43C
RGB
CMYK
RGB Variations
Color information
#DDB43C (or 0xDDB43C) is known color: Metallic Gold. HEX triplet: DD, B4 and 3C. RGB value is (221,180,60). Sum of RGB (Red+Green+Blue) = 221+180+60=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB43C is #224BC3. Grayscale: #B3B3B3. Windows color (decimal): -2247620 or 3978461. OLE color: 3978461.
HSL color Cylindrical-coordinate representation of color #DDB43C: hue angle of 44.72º 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 #DDB43C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 60 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.13 |
| HSL | 44.72º | 0.7% | 0.55% | - |
| HSV(B) | 44.72º | 0.73% | 0.87% | - |
| XYZ | 46.96 | 48.34 | 11.13 | - |
| YUV | 178.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 60 | 0 | 0.19 | 0.73 | 0.13 | 44.72 | 0.7 | 0.55 |
| Hex | DD | B4 | 3C | 0 | 13 | 49 | D | 2D | 46 | 37 |
| Octal | 335 | 264 | 74 | 0 | 23 | 111 | 15 | 55 | 106 | 67 |
| Binary | 11011101 | 10110100 | 111100 | 0 | 10011 | 1001001 | 1101 | 101101 | 1000110 | 110111 |
Color Harmonies of #DDB43C
Complementary color
Monochromatic Colors of #DDB43C
Black with #DDB43C
Text Example
Text Example
White with #DDB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB43C; }
p { color: rgb(221,180,60); }
H1.HeaderClassName
{
color: #DDB43C;
}
.AnyTagClassName
{
color: #DDB43C;
}
</style>
background-color css
<style>
a { background-color: #DDB43C; }
a { background-color: rgb(221,180,60); }
div.DivClassName
{
background-color: #DDB43C;
}
.BgClassName
{
background-color: #DDB43C;
}
</style>
border-color css
<style>
span { border-color: #DDB43C; }
span { border-color: rgb(221,180,60); }
td.TdClassName
{
border-color: #DDB43C;
}
.TagClassName
{
border-color: #DDB43C;
}
</style>