Shades of Metallic Gold #DDB934
Tints of Metallic Gold #DDB934
RGB
CMYK
RGB Variations
Color information
#DDB934 (or 0xDDB934) is known color: Metallic Gold. HEX triplet: DD, B9 and 34. RGB value is (221,185,52). Sum of RGB (Red+Green+Blue) = 221+185+52=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB934 is #2246CB. Grayscale: #B5B5B5. Windows color (decimal): -2246348 or 3455453. OLE color: 3455453.
HSL color Cylindrical-coordinate representation of color #DDB934: hue angle of 47.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDB934 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 52 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.13 |
| HSL | 47.22º | 0.71% | 0.54% | - |
| HSV(B) | 47.22º | 0.76% | 0.87% | - |
| XYZ | 47.79 | 50.32 | 10.44 | - |
| YUV | 180.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 52 | 0 | 0.16 | 0.76 | 0.13 | 47.22 | 0.71 | 0.54 |
| Hex | DD | B9 | 34 | 0 | 10 | 4C | D | 2F | 47 | 36 |
| Octal | 335 | 271 | 64 | 0 | 20 | 114 | 15 | 57 | 107 | 66 |
| Binary | 11011101 | 10111001 | 110100 | 0 | 10000 | 1001100 | 1101 | 101111 | 1000111 | 110110 |
Color Harmonies of #DDB934
Complementary color
Monochromatic Colors of #DDB934
Black with #DDB934
Text Example
Text Example
White with #DDB934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB934; }
p { color: rgb(221,185,52); }
H1.HeaderClassName
{
color: #DDB934;
}
.AnyTagClassName
{
color: #DDB934;
}
</style>
background-color css
<style>
a { background-color: #DDB934; }
a { background-color: rgb(221,185,52); }
div.DivClassName
{
background-color: #DDB934;
}
.BgClassName
{
background-color: #DDB934;
}
</style>
border-color css
<style>
span { border-color: #DDB934; }
span { border-color: rgb(221,185,52); }
td.TdClassName
{
border-color: #DDB934;
}
.TagClassName
{
border-color: #DDB934;
}
</style>