Shades of Metallic Gold #DDB633
Tints of Metallic Gold #DDB633
RGB
CMYK
RGB Variations
Color information
#DDB633 (or 0xDDB633) is known color: Metallic Gold. HEX triplet: DD, B6 and 33. RGB value is (221,182,51). Sum of RGB (Red+Green+Blue) = 221+182+51=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB633 is #2249CC. Grayscale: #B3B3B3. Windows color (decimal): -2247117 or 3389149. OLE color: 3389149.
HSL color Cylindrical-coordinate representation of color #DDB633: hue angle of 46.24º degrees, saturation: 0.71, 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 #DDB633 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 51 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.13 |
| HSL | 46.24º | 0.71% | 0.53% | - |
| HSV(B) | 46.24º | 0.77% | 0.87% | - |
| XYZ | 47.14 | 49.07 | 10.12 | - |
| YUV | 178.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 51 | 0 | 0.18 | 0.77 | 0.13 | 46.24 | 0.71 | 0.53 |
| Hex | DD | B6 | 33 | 0 | 12 | 4D | D | 2E | 47 | 35 |
| Octal | 335 | 266 | 63 | 0 | 22 | 115 | 15 | 56 | 107 | 65 |
| Binary | 11011101 | 10110110 | 110011 | 0 | 10010 | 1001101 | 1101 | 101110 | 1000111 | 110101 |
Color Harmonies of #DDB633
Complementary color
Monochromatic Colors of #DDB633
Black with #DDB633
Text Example
Text Example
White with #DDB633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB633; }
p { color: rgb(221,182,51); }
H1.HeaderClassName
{
color: #DDB633;
}
.AnyTagClassName
{
color: #DDB633;
}
</style>
background-color css
<style>
a { background-color: #DDB633; }
a { background-color: rgb(221,182,51); }
div.DivClassName
{
background-color: #DDB633;
}
.BgClassName
{
background-color: #DDB633;
}
</style>
border-color css
<style>
span { border-color: #DDB633; }
span { border-color: rgb(221,182,51); }
td.TdClassName
{
border-color: #DDB633;
}
.TagClassName
{
border-color: #DDB633;
}
</style>