Shades of Metallic Gold #DDB635
Tints of Metallic Gold #DDB635
RGB
CMYK
RGB Variations
Color information
#DDB635 (or 0xDDB635) is known color: Metallic Gold. HEX triplet: DD, B6 and 35. RGB value is (221,182,53). Sum of RGB (Red+Green+Blue) = 221+182+53=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB635 is #2249CA. Grayscale: #B3B3B3. Windows color (decimal): -2247115 or 3520221. OLE color: 3520221.
HSL color Cylindrical-coordinate representation of color #DDB635: hue angle of 46.07º 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 #DDB635 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 53 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.13 |
| HSL | 46.07º | 0.71% | 0.54% | - |
| HSV(B) | 46.07º | 0.76% | 0.87% | - |
| XYZ | 47.19 | 49.09 | 10.36 | - |
| YUV | 178.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 53 | 0 | 0.18 | 0.76 | 0.13 | 46.07 | 0.71 | 0.54 |
| Hex | DD | B6 | 35 | 0 | 12 | 4C | D | 2E | 47 | 36 |
| Octal | 335 | 266 | 65 | 0 | 22 | 114 | 15 | 56 | 107 | 66 |
| Binary | 11011101 | 10110110 | 110101 | 0 | 10010 | 1001100 | 1101 | 101110 | 1000111 | 110110 |
Color Harmonies of #DDB635
Complementary color
Monochromatic Colors of #DDB635
Black with #DDB635
Text Example
Text Example
White with #DDB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB635; }
p { color: rgb(221,182,53); }
H1.HeaderClassName
{
color: #DDB635;
}
.AnyTagClassName
{
color: #DDB635;
}
</style>
background-color css
<style>
a { background-color: #DDB635; }
a { background-color: rgb(221,182,53); }
div.DivClassName
{
background-color: #DDB635;
}
.BgClassName
{
background-color: #DDB635;
}
</style>
border-color css
<style>
span { border-color: #DDB635; }
span { border-color: rgb(221,182,53); }
td.TdClassName
{
border-color: #DDB635;
}
.TagClassName
{
border-color: #DDB635;
}
</style>