Shades of Metallic Gold #DDB73F
Tints of Metallic Gold #DDB73F
RGB
CMYK
RGB Variations
Color information
#DDB73F (or 0xDDB73F) is known color: Metallic Gold. HEX triplet: DD, B7 and 3F. RGB value is (221,183,63). Sum of RGB (Red+Green+Blue) = 221+183+63=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB73F is #2248C0. Grayscale: #B5B5B5. Windows color (decimal): -2246849 or 4175837. OLE color: 4175837.
HSL color Cylindrical-coordinate representation of color #DDB73F: hue angle of 45.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB73F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 63 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.13 |
| HSL | 45.57º | 0.7% | 0.56% | - |
| HSV(B) | 45.57º | 0.71% | 0.87% | - |
| XYZ | 47.65 | 49.6 | 11.76 | - |
| YUV | 180.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 63 | 0 | 0.17 | 0.71 | 0.13 | 45.57 | 0.7 | 0.56 |
| Hex | DD | B7 | 3F | 0 | 11 | 47 | D | 2E | 46 | 38 |
| Octal | 335 | 267 | 77 | 0 | 21 | 107 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10110111 | 111111 | 0 | 10001 | 1000111 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDB73F
Complementary color
Monochromatic Colors of #DDB73F
Black with #DDB73F
Text Example
Text Example
White with #DDB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB73F; }
p { color: rgb(221,183,63); }
H1.HeaderClassName
{
color: #DDB73F;
}
.AnyTagClassName
{
color: #DDB73F;
}
</style>
background-color css
<style>
a { background-color: #DDB73F; }
a { background-color: rgb(221,183,63); }
div.DivClassName
{
background-color: #DDB73F;
}
.BgClassName
{
background-color: #DDB73F;
}
</style>
border-color css
<style>
span { border-color: #DDB73F; }
span { border-color: rgb(221,183,63); }
td.TdClassName
{
border-color: #DDB73F;
}
.TagClassName
{
border-color: #DDB73F;
}
</style>