Shades of Metallic Gold #DDB232
Tints of Metallic Gold #DDB232
RGB
CMYK
RGB Variations
Color information
#DDB232 (or 0xDDB232) is known color: Metallic Gold. HEX triplet: DD, B2 and 32. RGB value is (221,178,50). Sum of RGB (Red+Green+Blue) = 221+178+50=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB232 is #224DCD. Grayscale: #B0B0B0. Windows color (decimal): -2248142 or 3322589. OLE color: 3322589.
HSL color Cylindrical-coordinate representation of color #DDB232: hue angle of 44.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDB232 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 50 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.13 |
| HSL | 44.91º | 0.72% | 0.53% | - |
| HSV(B) | 44.91º | 0.77% | 0.87% | - |
| XYZ | 46.31 | 47.44 | 9.73 | - |
| YUV | 176.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 50 | 0 | 0.19 | 0.77 | 0.13 | 44.91 | 0.72 | 0.53 |
| Hex | DD | B2 | 32 | 0 | 13 | 4D | D | 2D | 48 | 35 |
| Octal | 335 | 262 | 62 | 0 | 23 | 115 | 15 | 55 | 110 | 65 |
| Binary | 11011101 | 10110010 | 110010 | 0 | 10011 | 1001101 | 1101 | 101101 | 1001000 | 110101 |
Color Harmonies of #DDB232
Complementary color
Monochromatic Colors of #DDB232
Black with #DDB232
Text Example
Text Example
White with #DDB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB232; }
p { color: rgb(221,178,50); }
H1.HeaderClassName
{
color: #DDB232;
}
.AnyTagClassName
{
color: #DDB232;
}
</style>
background-color css
<style>
a { background-color: #DDB232; }
a { background-color: rgb(221,178,50); }
div.DivClassName
{
background-color: #DDB232;
}
.BgClassName
{
background-color: #DDB232;
}
</style>
border-color css
<style>
span { border-color: #DDB232; }
span { border-color: rgb(221,178,50); }
td.TdClassName
{
border-color: #DDB232;
}
.TagClassName
{
border-color: #DDB232;
}
</style>