Shades of Metallic Gold #DDB638
Tints of Metallic Gold #DDB638
RGB
CMYK
RGB Variations
Color information
#DDB638 (or 0xDDB638) is known color: Metallic Gold. HEX triplet: DD, B6 and 38. RGB value is (221,182,56). Sum of RGB (Red+Green+Blue) = 221+182+56=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB638 is #2249C7. Grayscale: #B3B3B3. Windows color (decimal): -2247112 or 3716829. OLE color: 3716829.
HSL color Cylindrical-coordinate representation of color #DDB638: hue angle of 45.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDB638 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 56 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.13 |
| HSL | 45.82º | 0.71% | 0.54% | - |
| HSV(B) | 45.82º | 0.75% | 0.87% | - |
| XYZ | 47.26 | 49.11 | 10.73 | - |
| YUV | 179.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 56 | 0 | 0.18 | 0.75 | 0.13 | 45.82 | 0.71 | 0.54 |
| Hex | DD | B6 | 38 | 0 | 12 | 4B | D | 2E | 47 | 36 |
| Octal | 335 | 266 | 70 | 0 | 22 | 113 | 15 | 56 | 107 | 66 |
| Binary | 11011101 | 10110110 | 111000 | 0 | 10010 | 1001011 | 1101 | 101110 | 1000111 | 110110 |
Color Harmonies of #DDB638
Complementary color
Monochromatic Colors of #DDB638
Black with #DDB638
Text Example
Text Example
White with #DDB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB638; }
p { color: rgb(221,182,56); }
H1.HeaderClassName
{
color: #DDB638;
}
.AnyTagClassName
{
color: #DDB638;
}
</style>
background-color css
<style>
a { background-color: #DDB638; }
a { background-color: rgb(221,182,56); }
div.DivClassName
{
background-color: #DDB638;
}
.BgClassName
{
background-color: #DDB638;
}
</style>
border-color css
<style>
span { border-color: #DDB638; }
span { border-color: rgb(221,182,56); }
td.TdClassName
{
border-color: #DDB638;
}
.TagClassName
{
border-color: #DDB638;
}
</style>