Shades of Metallic Gold #DDB738
Tints of Metallic Gold #DDB738
RGB
CMYK
RGB Variations
Color information
#DDB738 (or 0xDDB738) is known color: Metallic Gold. HEX triplet: DD, B7 and 38. RGB value is (221,183,56). Sum of RGB (Red+Green+Blue) = 221+183+56=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB738 is #2248C7. Grayscale: #B4B4B4. Windows color (decimal): -2246856 or 3717085. OLE color: 3717085.
HSL color Cylindrical-coordinate representation of color #DDB738: hue angle of 46.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDB738 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 56 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.13 |
| HSL | 46.18º | 0.71% | 0.54% | - |
| HSV(B) | 46.18º | 0.75% | 0.87% | - |
| XYZ | 47.47 | 49.52 | 10.8 | - |
| YUV | 179.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 56 | 0 | 0.17 | 0.75 | 0.13 | 46.18 | 0.71 | 0.54 |
| Hex | DD | B7 | 38 | 0 | 11 | 4B | D | 2E | 47 | 36 |
| Octal | 335 | 267 | 70 | 0 | 21 | 113 | 15 | 56 | 107 | 66 |
| Binary | 11011101 | 10110111 | 111000 | 0 | 10001 | 1001011 | 1101 | 101110 | 1000111 | 110110 |
Color Harmonies of #DDB738
Complementary color
Monochromatic Colors of #DDB738
Black with #DDB738
Text Example
Text Example
White with #DDB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB738; }
p { color: rgb(221,183,56); }
H1.HeaderClassName
{
color: #DDB738;
}
.AnyTagClassName
{
color: #DDB738;
}
</style>
background-color css
<style>
a { background-color: #DDB738; }
a { background-color: rgb(221,183,56); }
div.DivClassName
{
background-color: #DDB738;
}
.BgClassName
{
background-color: #DDB738;
}
</style>
border-color css
<style>
span { border-color: #DDB738; }
span { border-color: rgb(221,183,56); }
td.TdClassName
{
border-color: #DDB738;
}
.TagClassName
{
border-color: #DDB738;
}
</style>