Shades of Metallic Gold #DDB734
Tints of Metallic Gold #DDB734
RGB
CMYK
RGB Variations
Color information
#DDB734 (or 0xDDB734) is known color: Metallic Gold. HEX triplet: DD, B7 and 34. RGB value is (221,183,52). Sum of RGB (Red+Green+Blue) = 221+183+52=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB734 is #2248CB. Grayscale: #B3B3B3. Windows color (decimal): -2246860 or 3454941. OLE color: 3454941.
HSL color Cylindrical-coordinate representation of color #DDB734: hue angle of 46.51º 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 #DDB734 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 52 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.13 |
| HSL | 46.51º | 0.71% | 0.54% | - |
| HSV(B) | 46.51º | 0.76% | 0.87% | - |
| XYZ | 47.37 | 49.49 | 10.3 | - |
| YUV | 179.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 52 | 0 | 0.17 | 0.76 | 0.13 | 46.51 | 0.71 | 0.54 |
| Hex | DD | B7 | 34 | 0 | 11 | 4C | D | 2F | 47 | 36 |
| Octal | 335 | 267 | 64 | 0 | 21 | 114 | 15 | 57 | 107 | 66 |
| Binary | 11011101 | 10110111 | 110100 | 0 | 10001 | 1001100 | 1101 | 101111 | 1000111 | 110110 |
Color Harmonies of #DDB734
Complementary color
Monochromatic Colors of #DDB734
Black with #DDB734
Text Example
Text Example
White with #DDB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB734; }
p { color: rgb(221,183,52); }
H1.HeaderClassName
{
color: #DDB734;
}
.AnyTagClassName
{
color: #DDB734;
}
</style>
background-color css
<style>
a { background-color: #DDB734; }
a { background-color: rgb(221,183,52); }
div.DivClassName
{
background-color: #DDB734;
}
.BgClassName
{
background-color: #DDB734;
}
</style>
border-color css
<style>
span { border-color: #DDB734; }
span { border-color: rgb(221,183,52); }
td.TdClassName
{
border-color: #DDB734;
}
.TagClassName
{
border-color: #DDB734;
}
</style>