Shades of Metallic Gold #DDB433
Tints of Metallic Gold #DDB433
RGB
CMYK
RGB Variations
Color information
#DDB433 (or 0xDDB433) is known color: Metallic Gold. HEX triplet: DD, B4 and 33. RGB value is (221,180,51). Sum of RGB (Red+Green+Blue) = 221+180+51=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB433 is #224BCC. Grayscale: #B2B2B2. Windows color (decimal): -2247629 or 3388637. OLE color: 3388637.
HSL color Cylindrical-coordinate representation of color #DDB433: hue angle of 45.53º 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 #DDB433 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 51 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.13 |
| HSL | 45.53º | 0.71% | 0.53% | - |
| HSV(B) | 45.53º | 0.77% | 0.87% | - |
| XYZ | 46.74 | 48.25 | 9.98 | - |
| YUV | 177.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 51 | 0 | 0.19 | 0.77 | 0.13 | 45.53 | 0.71 | 0.53 |
| Hex | DD | B4 | 33 | 0 | 13 | 4D | D | 2E | 47 | 35 |
| Octal | 335 | 264 | 63 | 0 | 23 | 115 | 15 | 56 | 107 | 65 |
| Binary | 11011101 | 10110100 | 110011 | 0 | 10011 | 1001101 | 1101 | 101110 | 1000111 | 110101 |
Color Harmonies of #DDB433
Complementary color
Monochromatic Colors of #DDB433
Black with #DDB433
Text Example
Text Example
White with #DDB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB433; }
p { color: rgb(221,180,51); }
H1.HeaderClassName
{
color: #DDB433;
}
.AnyTagClassName
{
color: #DDB433;
}
</style>
background-color css
<style>
a { background-color: #DDB433; }
a { background-color: rgb(221,180,51); }
div.DivClassName
{
background-color: #DDB433;
}
.BgClassName
{
background-color: #DDB433;
}
</style>
border-color css
<style>
span { border-color: #DDB433; }
span { border-color: rgb(221,180,51); }
td.TdClassName
{
border-color: #DDB433;
}
.TagClassName
{
border-color: #DDB433;
}
</style>