Shades of Metallic Gold #DDB73D
Tints of Metallic Gold #DDB73D
RGB
CMYK
RGB Variations
Color information
#DDB73D (or 0xDDB73D) is known color: Metallic Gold. HEX triplet: DD, B7 and 3D. RGB value is (221,183,61). Sum of RGB (Red+Green+Blue) = 221+183+61=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB73D is #2248C2. Grayscale: #B4B4B4. Windows color (decimal): -2246851 or 4044765. OLE color: 4044765.
HSL color Cylindrical-coordinate representation of color #DDB73D: hue angle of 45.75º 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 #DDB73D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 61 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.13 |
| HSL | 45.75º | 0.7% | 0.55% | - |
| HSV(B) | 45.75º | 0.72% | 0.87% | - |
| XYZ | 47.59 | 49.58 | 11.48 | - |
| YUV | 180.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 61 | 0 | 0.17 | 0.72 | 0.13 | 45.75 | 0.7 | 0.55 |
| Hex | DD | B7 | 3D | 0 | 11 | 48 | D | 2E | 46 | 37 |
| Octal | 335 | 267 | 75 | 0 | 21 | 110 | 15 | 56 | 106 | 67 |
| Binary | 11011101 | 10110111 | 111101 | 0 | 10001 | 1001000 | 1101 | 101110 | 1000110 | 110111 |
Color Harmonies of #DDB73D
Complementary color
Monochromatic Colors of #DDB73D
Black with #DDB73D
Text Example
Text Example
White with #DDB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB73D; }
p { color: rgb(221,183,61); }
H1.HeaderClassName
{
color: #DDB73D;
}
.AnyTagClassName
{
color: #DDB73D;
}
</style>
background-color css
<style>
a { background-color: #DDB73D; }
a { background-color: rgb(221,183,61); }
div.DivClassName
{
background-color: #DDB73D;
}
.BgClassName
{
background-color: #DDB73D;
}
</style>
border-color css
<style>
span { border-color: #DDB73D; }
span { border-color: rgb(221,183,61); }
td.TdClassName
{
border-color: #DDB73D;
}
.TagClassName
{
border-color: #DDB73D;
}
</style>