Shades of Metallic Gold #DDBA3A
Tints of Metallic Gold #DDBA3A
RGB
CMYK
RGB Variations
Color information
#DDBA3A (or 0xDDBA3A) is known color: Metallic Gold. HEX triplet: DD, BA and 3A. RGB value is (221,186,58). Sum of RGB (Red+Green+Blue) = 221+186+58=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA3A is #2245C5. Grayscale: #B6B6B6. Windows color (decimal): -2246086 or 3848925. OLE color: 3848925.
HSL color Cylindrical-coordinate representation of color #DDBA3A: hue angle of 47.12º 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 #DDBA3A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 58 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.13 |
| HSL | 47.12º | 0.71% | 0.55% | - |
| HSV(B) | 47.12º | 0.74% | 0.87% | - |
| XYZ | 48.14 | 50.8 | 11.27 | - |
| YUV | 181.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 58 | 0 | 0.16 | 0.74 | 0.13 | 47.12 | 0.71 | 0.55 |
| Hex | DD | BA | 3A | 0 | 10 | 4A | D | 2F | 47 | 37 |
| Octal | 335 | 272 | 72 | 0 | 20 | 112 | 15 | 57 | 107 | 67 |
| Binary | 11011101 | 10111010 | 111010 | 0 | 10000 | 1001010 | 1101 | 101111 | 1000111 | 110111 |
Color Harmonies of #DDBA3A
Complementary color
Monochromatic Colors of #DDBA3A
Black with #DDBA3A
Text Example
Text Example
White with #DDBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA3A; }
p { color: rgb(221,186,58); }
H1.HeaderClassName
{
color: #DDBA3A;
}
.AnyTagClassName
{
color: #DDBA3A;
}
</style>
background-color css
<style>
a { background-color: #DDBA3A; }
a { background-color: rgb(221,186,58); }
div.DivClassName
{
background-color: #DDBA3A;
}
.BgClassName
{
background-color: #DDBA3A;
}
</style>
border-color css
<style>
span { border-color: #DDBA3A; }
span { border-color: rgb(221,186,58); }
td.TdClassName
{
border-color: #DDBA3A;
}
.TagClassName
{
border-color: #DDBA3A;
}
</style>