Shades of Metallic Gold #DDB735
Tints of Metallic Gold #DDB735
RGB
CMYK
RGB Variations
Color information
#DDB735 (or 0xDDB735) is known color: Metallic Gold. HEX triplet: DD, B7 and 35. RGB value is (221,183,53). Sum of RGB (Red+Green+Blue) = 221+183+53=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB735 is #2248CA. Grayscale: #B4B4B4. Windows color (decimal): -2246859 or 3520477. OLE color: 3520477.
HSL color Cylindrical-coordinate representation of color #DDB735: hue angle of 46.43º 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 #DDB735 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 53 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.13 |
| HSL | 46.43º | 0.71% | 0.54% | - |
| HSV(B) | 46.43º | 0.76% | 0.87% | - |
| XYZ | 47.39 | 49.5 | 10.42 | - |
| YUV | 179.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 53 | 0 | 0.17 | 0.76 | 0.13 | 46.43 | 0.71 | 0.54 |
| Hex | DD | B7 | 35 | 0 | 11 | 4C | D | 2E | 47 | 36 |
| Octal | 335 | 267 | 65 | 0 | 21 | 114 | 15 | 56 | 107 | 66 |
| Binary | 11011101 | 10110111 | 110101 | 0 | 10001 | 1001100 | 1101 | 101110 | 1000111 | 110110 |
Color Harmonies of #DDB735
Complementary color
Monochromatic Colors of #DDB735
Black with #DDB735
Text Example
Text Example
White with #DDB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB735; }
p { color: rgb(221,183,53); }
H1.HeaderClassName
{
color: #DDB735;
}
.AnyTagClassName
{
color: #DDB735;
}
</style>
background-color css
<style>
a { background-color: #DDB735; }
a { background-color: rgb(221,183,53); }
div.DivClassName
{
background-color: #DDB735;
}
.BgClassName
{
background-color: #DDB735;
}
</style>
border-color css
<style>
span { border-color: #DDB735; }
span { border-color: rgb(221,183,53); }
td.TdClassName
{
border-color: #DDB735;
}
.TagClassName
{
border-color: #DDB735;
}
</style>