Shades of Metallic Gold #DDB33A
Tints of Metallic Gold #DDB33A
RGB
CMYK
RGB Variations
Color information
#DDB33A (or 0xDDB33A) is known color: Metallic Gold. HEX triplet: DD, B3 and 3A. RGB value is (221,179,58). Sum of RGB (Red+Green+Blue) = 221+179+58=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB33A is #224CC5. Grayscale: #B2B2B2. Windows color (decimal): -2247878 or 3847133. OLE color: 3847133.
HSL color Cylindrical-coordinate representation of color #DDB33A: hue angle of 44.54º 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 #DDB33A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 58 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.13 |
| HSL | 44.54º | 0.71% | 0.55% | - |
| HSV(B) | 44.54º | 0.74% | 0.87% | - |
| XYZ | 46.7 | 47.92 | 10.79 | - |
| YUV | 177.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 58 | 0 | 0.19 | 0.74 | 0.13 | 44.54 | 0.71 | 0.55 |
| Hex | DD | B3 | 3A | 0 | 13 | 4A | D | 2D | 47 | 37 |
| Octal | 335 | 263 | 72 | 0 | 23 | 112 | 15 | 55 | 107 | 67 |
| Binary | 11011101 | 10110011 | 111010 | 0 | 10011 | 1001010 | 1101 | 101101 | 1000111 | 110111 |
Color Harmonies of #DDB33A
Complementary color
Monochromatic Colors of #DDB33A
Black with #DDB33A
Text Example
Text Example
White with #DDB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB33A; }
p { color: rgb(221,179,58); }
H1.HeaderClassName
{
color: #DDB33A;
}
.AnyTagClassName
{
color: #DDB33A;
}
</style>
background-color css
<style>
a { background-color: #DDB33A; }
a { background-color: rgb(221,179,58); }
div.DivClassName
{
background-color: #DDB33A;
}
.BgClassName
{
background-color: #DDB33A;
}
</style>
border-color css
<style>
span { border-color: #DDB33A; }
span { border-color: rgb(221,179,58); }
td.TdClassName
{
border-color: #DDB33A;
}
.TagClassName
{
border-color: #DDB33A;
}
</style>