Shades of Metallic Gold #DDB435
Tints of Metallic Gold #DDB435
RGB
CMYK
RGB Variations
Color information
#DDB435 (or 0xDDB435) is known color: Metallic Gold. HEX triplet: DD, B4 and 35. RGB value is (221,180,53). Sum of RGB (Red+Green+Blue) = 221+180+53=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB435 is #224BCA. Grayscale: #B2B2B2. Windows color (decimal): -2247627 or 3519709. OLE color: 3519709.
HSL color Cylindrical-coordinate representation of color #DDB435: hue angle of 45.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDB435 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 53 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.13 |
| HSL | 45.36º | 0.71% | 0.54% | - |
| HSV(B) | 45.36º | 0.76% | 0.87% | - |
| XYZ | 46.78 | 48.27 | 10.22 | - |
| YUV | 177.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 53 | 0 | 0.19 | 0.76 | 0.13 | 45.36 | 0.71 | 0.54 |
| Hex | DD | B4 | 35 | 0 | 13 | 4C | D | 2D | 47 | 36 |
| Octal | 335 | 264 | 65 | 0 | 23 | 114 | 15 | 55 | 107 | 66 |
| Binary | 11011101 | 10110100 | 110101 | 0 | 10011 | 1001100 | 1101 | 101101 | 1000111 | 110110 |
Color Harmonies of #DDB435
Complementary color
Monochromatic Colors of #DDB435
Black with #DDB435
Text Example
Text Example
White with #DDB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB435; }
p { color: rgb(221,180,53); }
H1.HeaderClassName
{
color: #DDB435;
}
.AnyTagClassName
{
color: #DDB435;
}
</style>
background-color css
<style>
a { background-color: #DDB435; }
a { background-color: rgb(221,180,53); }
div.DivClassName
{
background-color: #DDB435;
}
.BgClassName
{
background-color: #DDB435;
}
</style>
border-color css
<style>
span { border-color: #DDB435; }
span { border-color: rgb(221,180,53); }
td.TdClassName
{
border-color: #DDB435;
}
.TagClassName
{
border-color: #DDB435;
}
</style>