Shades of Metallic Gold #DDB632
Tints of Metallic Gold #DDB632
RGB
CMYK
RGB Variations
Color information
#DDB632 (or 0xDDB632) is known color: Metallic Gold. HEX triplet: DD, B6 and 32. RGB value is (221,182,50). Sum of RGB (Red+Green+Blue) = 221+182+50=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB632 is #2249CD. Grayscale: #B3B3B3. Windows color (decimal): -2247118 or 3323613. OLE color: 3323613.
HSL color Cylindrical-coordinate representation of color #DDB632: hue angle of 46.32º 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 #DDB632 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 50 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.13 |
| HSL | 46.32º | 0.72% | 0.53% | - |
| HSV(B) | 46.32º | 0.77% | 0.87% | - |
| XYZ | 47.12 | 49.06 | 10 | - |
| YUV | 178.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 50 | 0 | 0.18 | 0.77 | 0.13 | 46.32 | 0.72 | 0.53 |
| Hex | DD | B6 | 32 | 0 | 12 | 4D | D | 2E | 48 | 35 |
| Octal | 335 | 266 | 62 | 0 | 22 | 115 | 15 | 56 | 110 | 65 |
| Binary | 11011101 | 10110110 | 110010 | 0 | 10010 | 1001101 | 1101 | 101110 | 1001000 | 110101 |
Color Harmonies of #DDB632
Complementary color
Monochromatic Colors of #DDB632
Black with #DDB632
Text Example
Text Example
White with #DDB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB632; }
p { color: rgb(221,182,50); }
H1.HeaderClassName
{
color: #DDB632;
}
.AnyTagClassName
{
color: #DDB632;
}
</style>
background-color css
<style>
a { background-color: #DDB632; }
a { background-color: rgb(221,182,50); }
div.DivClassName
{
background-color: #DDB632;
}
.BgClassName
{
background-color: #DDB632;
}
</style>
border-color css
<style>
span { border-color: #DDB632; }
span { border-color: rgb(221,182,50); }
td.TdClassName
{
border-color: #DDB632;
}
.TagClassName
{
border-color: #DDB632;
}
</style>