Shades of Metallic Gold #DDB73B
Tints of Metallic Gold #DDB73B
RGB
CMYK
RGB Variations
Color information
#DDB73B (or 0xDDB73B) is known color: Metallic Gold. HEX triplet: DD, B7 and 3B. RGB value is (221,183,59). Sum of RGB (Red+Green+Blue) = 221+183+59=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB73B is #2248C4. Grayscale: #B4B4B4. Windows color (decimal): -2246853 or 3913693. OLE color: 3913693.
HSL color Cylindrical-coordinate representation of color #DDB73B: hue angle of 45.93º 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 #DDB73B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 59 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.13 |
| HSL | 45.93º | 0.7% | 0.55% | - |
| HSV(B) | 45.93º | 0.73% | 0.87% | - |
| XYZ | 47.54 | 49.55 | 11.2 | - |
| YUV | 180.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 59 | 0 | 0.17 | 0.73 | 0.13 | 45.93 | 0.7 | 0.55 |
| Hex | DD | B7 | 3B | 0 | 11 | 49 | D | 2E | 46 | 37 |
| Octal | 335 | 267 | 73 | 0 | 21 | 111 | 15 | 56 | 106 | 67 |
| Binary | 11011101 | 10110111 | 111011 | 0 | 10001 | 1001001 | 1101 | 101110 | 1000110 | 110111 |
Color Harmonies of #DDB73B
Complementary color
Monochromatic Colors of #DDB73B
Black with #DDB73B
Text Example
Text Example
White with #DDB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB73B; }
p { color: rgb(221,183,59); }
H1.HeaderClassName
{
color: #DDB73B;
}
.AnyTagClassName
{
color: #DDB73B;
}
</style>
background-color css
<style>
a { background-color: #DDB73B; }
a { background-color: rgb(221,183,59); }
div.DivClassName
{
background-color: #DDB73B;
}
.BgClassName
{
background-color: #DDB73B;
}
</style>
border-color css
<style>
span { border-color: #DDB73B; }
span { border-color: rgb(221,183,59); }
td.TdClassName
{
border-color: #DDB73B;
}
.TagClassName
{
border-color: #DDB73B;
}
</style>