Shades of Metallic Gold #DDB335
Tints of Metallic Gold #DDB335
RGB
CMYK
RGB Variations
Color information
#DDB335 (or 0xDDB335) is known color: Metallic Gold. HEX triplet: DD, B3 and 35. RGB value is (221,179,53). Sum of RGB (Red+Green+Blue) = 221+179+53=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB335 is #224CCA. Grayscale: #B1B1B1. Windows color (decimal): -2247883 or 3519453. OLE color: 3519453.
HSL color Cylindrical-coordinate representation of color #DDB335: hue angle of 45º 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 #DDB335 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 53 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.13 |
| HSL | 45º | 0.71% | 0.54% | - |
| HSV(B) | 45º | 0.76% | 0.87% | - |
| XYZ | 46.58 | 47.87 | 10.15 | - |
| YUV | 177.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 53 | 0 | 0.19 | 0.76 | 0.13 | 45 | 0.71 | 0.54 |
| Hex | DD | B3 | 35 | 0 | 13 | 4C | D | 2D | 47 | 36 |
| Octal | 335 | 263 | 65 | 0 | 23 | 114 | 15 | 55 | 107 | 66 |
| Binary | 11011101 | 10110011 | 110101 | 0 | 10011 | 1001100 | 1101 | 101101 | 1000111 | 110110 |
Color Harmonies of #DDB335
Complementary color
Monochromatic Colors of #DDB335
Black with #DDB335
Text Example
Text Example
White with #DDB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB335; }
p { color: rgb(221,179,53); }
H1.HeaderClassName
{
color: #DDB335;
}
.AnyTagClassName
{
color: #DDB335;
}
</style>
background-color css
<style>
a { background-color: #DDB335; }
a { background-color: rgb(221,179,53); }
div.DivClassName
{
background-color: #DDB335;
}
.BgClassName
{
background-color: #DDB335;
}
</style>
border-color css
<style>
span { border-color: #DDB335; }
span { border-color: rgb(221,179,53); }
td.TdClassName
{
border-color: #DDB335;
}
.TagClassName
{
border-color: #DDB335;
}
</style>