Shades of Metallic Gold #DDB339
Tints of Metallic Gold #DDB339
RGB
CMYK
RGB Variations
Color information
#DDB339 (or 0xDDB339) is known color: Metallic Gold. HEX triplet: DD, B3 and 39. RGB value is (221,179,57). Sum of RGB (Red+Green+Blue) = 221+179+57=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB339 is #224CC6. Grayscale: #B2B2B2. Windows color (decimal): -2247879 or 3781597. OLE color: 3781597.
HSL color Cylindrical-coordinate representation of color #DDB339: hue angle of 44.63º 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 #DDB339 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 57 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.13 |
| HSL | 44.63º | 0.71% | 0.55% | - |
| HSV(B) | 44.63º | 0.74% | 0.87% | - |
| XYZ | 46.68 | 47.91 | 10.66 | - |
| YUV | 177.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 57 | 0 | 0.19 | 0.74 | 0.13 | 44.63 | 0.71 | 0.55 |
| Hex | DD | B3 | 39 | 0 | 13 | 4A | D | 2D | 47 | 37 |
| Octal | 335 | 263 | 71 | 0 | 23 | 112 | 15 | 55 | 107 | 67 |
| Binary | 11011101 | 10110011 | 111001 | 0 | 10011 | 1001010 | 1101 | 101101 | 1000111 | 110111 |
Color Harmonies of #DDB339
Complementary color
Monochromatic Colors of #DDB339
Black with #DDB339
Text Example
Text Example
White with #DDB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB339; }
p { color: rgb(221,179,57); }
H1.HeaderClassName
{
color: #DDB339;
}
.AnyTagClassName
{
color: #DDB339;
}
</style>
background-color css
<style>
a { background-color: #DDB339; }
a { background-color: rgb(221,179,57); }
div.DivClassName
{
background-color: #DDB339;
}
.BgClassName
{
background-color: #DDB339;
}
</style>
border-color css
<style>
span { border-color: #DDB339; }
span { border-color: rgb(221,179,57); }
td.TdClassName
{
border-color: #DDB339;
}
.TagClassName
{
border-color: #DDB339;
}
</style>