Shades of Metallic Gold #DDB035
Tints of Metallic Gold #DDB035
RGB
CMYK
RGB Variations
Color information
#DDB035 (or 0xDDB035) is known color: Metallic Gold. HEX triplet: DD, B0 and 35. RGB value is (221,176,53). Sum of RGB (Red+Green+Blue) = 221+176+53=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB035 is #224FCA. Grayscale: #AFAFAF. Windows color (decimal): -2248651 or 3518685. OLE color: 3518685.
HSL color Cylindrical-coordinate representation of color #DDB035: hue angle of 43.93º 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 #DDB035 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 53 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.13 |
| HSL | 43.93º | 0.71% | 0.54% | - |
| HSV(B) | 43.93º | 0.76% | 0.87% | - |
| XYZ | 45.99 | 46.68 | 9.95 | - |
| YUV | 175.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 53 | 0 | 0.20 | 0.76 | 0.13 | 43.93 | 0.71 | 0.54 |
| Hex | DD | B0 | 35 | 0 | 14 | 4C | D | 2C | 47 | 36 |
| Octal | 335 | 260 | 65 | 0 | 24 | 114 | 15 | 54 | 107 | 66 |
| Binary | 11011101 | 10110000 | 110101 | 0 | 10100 | 1001100 | 1101 | 101100 | 1000111 | 110110 |
Color Harmonies of #DDB035
Complementary color
Monochromatic Colors of #DDB035
Black with #DDB035
Text Example
Text Example
White with #DDB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB035; }
p { color: rgb(221,176,53); }
H1.HeaderClassName
{
color: #DDB035;
}
.AnyTagClassName
{
color: #DDB035;
}
</style>
background-color css
<style>
a { background-color: #DDB035; }
a { background-color: rgb(221,176,53); }
div.DivClassName
{
background-color: #DDB035;
}
.BgClassName
{
background-color: #DDB035;
}
</style>
border-color css
<style>
span { border-color: #DDB035; }
span { border-color: rgb(221,176,53); }
td.TdClassName
{
border-color: #DDB035;
}
.TagClassName
{
border-color: #DDB035;
}
</style>