Shades of Metallic Gold #DDB539
Tints of Metallic Gold #DDB539
RGB
CMYK
RGB Variations
Color information
#DDB539 (or 0xDDB539) is known color: Metallic Gold. HEX triplet: DD, B5 and 39. RGB value is (221,181,57). Sum of RGB (Red+Green+Blue) = 221+181+57=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB539 is #224AC6. Grayscale: #B3B3B3. Windows color (decimal): -2247367 or 3782109. OLE color: 3782109.
HSL color Cylindrical-coordinate representation of color #DDB539: hue angle of 45.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB539 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 57 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.13 |
| HSL | 45.37º | 0.71% | 0.55% | - |
| HSV(B) | 45.37º | 0.74% | 0.87% | - |
| XYZ | 47.08 | 48.72 | 10.79 | - |
| YUV | 178.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 57 | 0 | 0.18 | 0.74 | 0.13 | 45.37 | 0.71 | 0.55 |
| Hex | DD | B5 | 39 | 0 | 12 | 4A | D | 2D | 47 | 37 |
| Octal | 335 | 265 | 71 | 0 | 22 | 112 | 15 | 55 | 107 | 67 |
| Binary | 11011101 | 10110101 | 111001 | 0 | 10010 | 1001010 | 1101 | 101101 | 1000111 | 110111 |
Color Harmonies of #DDB539
Complementary color
Monochromatic Colors of #DDB539
Black with #DDB539
Text Example
Text Example
White with #DDB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB539; }
p { color: rgb(221,181,57); }
H1.HeaderClassName
{
color: #DDB539;
}
.AnyTagClassName
{
color: #DDB539;
}
</style>
background-color css
<style>
a { background-color: #DDB539; }
a { background-color: rgb(221,181,57); }
div.DivClassName
{
background-color: #DDB539;
}
.BgClassName
{
background-color: #DDB539;
}
</style>
border-color css
<style>
span { border-color: #DDB539; }
span { border-color: rgb(221,181,57); }
td.TdClassName
{
border-color: #DDB539;
}
.TagClassName
{
border-color: #DDB539;
}
</style>