Shades of Metallic Gold #DDB135
Tints of Metallic Gold #DDB135
RGB
CMYK
RGB Variations
Color information
#DDB135 (or 0xDDB135) is known color: Metallic Gold. HEX triplet: DD, B1 and 35. RGB value is (221,177,53). Sum of RGB (Red+Green+Blue) = 221+177+53=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB135 is #224ECA. Grayscale: #B0B0B0. Windows color (decimal): -2248395 or 3518941. OLE color: 3518941.
HSL color Cylindrical-coordinate representation of color #DDB135: hue angle of 44.29º 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 #DDB135 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 53 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.13 |
| HSL | 44.29º | 0.71% | 0.54% | - |
| HSV(B) | 44.29º | 0.76% | 0.87% | - |
| XYZ | 46.18 | 47.07 | 10.02 | - |
| YUV | 176.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 53 | 0 | 0.20 | 0.76 | 0.13 | 44.29 | 0.71 | 0.54 |
| Hex | DD | B1 | 35 | 0 | 14 | 4C | D | 2C | 47 | 36 |
| Octal | 335 | 261 | 65 | 0 | 24 | 114 | 15 | 54 | 107 | 66 |
| Binary | 11011101 | 10110001 | 110101 | 0 | 10100 | 1001100 | 1101 | 101100 | 1000111 | 110110 |
Color Harmonies of #DDB135
Complementary color
Monochromatic Colors of #DDB135
Black with #DDB135
Text Example
Text Example
White with #DDB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB135; }
p { color: rgb(221,177,53); }
H1.HeaderClassName
{
color: #DDB135;
}
.AnyTagClassName
{
color: #DDB135;
}
</style>
background-color css
<style>
a { background-color: #DDB135; }
a { background-color: rgb(221,177,53); }
div.DivClassName
{
background-color: #DDB135;
}
.BgClassName
{
background-color: #DDB135;
}
</style>
border-color css
<style>
span { border-color: #DDB135; }
span { border-color: rgb(221,177,53); }
td.TdClassName
{
border-color: #DDB135;
}
.TagClassName
{
border-color: #DDB135;
}
</style>