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