Shades of Metallic Gold #DDB839
Tints of Metallic Gold #DDB839
RGB
CMYK
RGB Variations
Color information
#DDB839 (or 0xDDB839) is known color: Metallic Gold. HEX triplet: DD, B8 and 39. RGB value is (221,184,57). Sum of RGB (Red+Green+Blue) = 221+184+57=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB839 is #2247C6. Grayscale: #B5B5B5. Windows color (decimal): -2246599 or 3782877. OLE color: 3782877.
HSL color Cylindrical-coordinate representation of color #DDB839: hue angle of 46.46º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB839 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 57 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.13 |
| HSL | 46.46º | 0.71% | 0.55% | - |
| HSV(B) | 46.46º | 0.74% | 0.87% | - |
| XYZ | 47.7 | 49.95 | 11 | - |
| YUV | 180.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 57 | 0 | 0.17 | 0.74 | 0.13 | 46.46 | 0.71 | 0.55 |
| Hex | DD | B8 | 39 | 0 | 11 | 4A | D | 2E | 47 | 37 |
| Octal | 335 | 270 | 71 | 0 | 21 | 112 | 15 | 56 | 107 | 67 |
| Binary | 11011101 | 10111000 | 111001 | 0 | 10001 | 1001010 | 1101 | 101110 | 1000111 | 110111 |
Color Harmonies of #DDB839
Complementary color
Monochromatic Colors of #DDB839
Black with #DDB839
Text Example
Text Example
White with #DDB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB839; }
p { color: rgb(221,184,57); }
H1.HeaderClassName
{
color: #DDB839;
}
.AnyTagClassName
{
color: #DDB839;
}
</style>
background-color css
<style>
a { background-color: #DDB839; }
a { background-color: rgb(221,184,57); }
div.DivClassName
{
background-color: #DDB839;
}
.BgClassName
{
background-color: #DDB839;
}
</style>
border-color css
<style>
span { border-color: #DDB839; }
span { border-color: rgb(221,184,57); }
td.TdClassName
{
border-color: #DDB839;
}
.TagClassName
{
border-color: #DDB839;
}
</style>