Shades of Metallic Gold #DDB138
Tints of Metallic Gold #DDB138
RGB
CMYK
RGB Variations
Color information
#DDB138 (or 0xDDB138) is known color: Metallic Gold. HEX triplet: DD, B1 and 38. RGB value is (221,177,56). Sum of RGB (Red+Green+Blue) = 221+177+56=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB138 is #224EC7. Grayscale: #B0B0B0. Windows color (decimal): -2248392 or 3715549. OLE color: 3715549.
HSL color Cylindrical-coordinate representation of color #DDB138: hue angle of 44º 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 #DDB138 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 56 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.13 |
| HSL | 44º | 0.71% | 0.54% | - |
| HSV(B) | 44º | 0.75% | 0.87% | - |
| XYZ | 46.25 | 47.1 | 10.4 | - |
| YUV | 176.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 56 | 0 | 0.20 | 0.75 | 0.13 | 44 | 0.71 | 0.54 |
| Hex | DD | B1 | 38 | 0 | 14 | 4B | D | 2C | 47 | 36 |
| Octal | 335 | 261 | 70 | 0 | 24 | 113 | 15 | 54 | 107 | 66 |
| Binary | 11011101 | 10110001 | 111000 | 0 | 10100 | 1001011 | 1101 | 101100 | 1000111 | 110110 |
Color Harmonies of #DDB138
Complementary color
Monochromatic Colors of #DDB138
Black with #DDB138
Text Example
Text Example
White with #DDB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB138; }
p { color: rgb(221,177,56); }
H1.HeaderClassName
{
color: #DDB138;
}
.AnyTagClassName
{
color: #DDB138;
}
</style>
background-color css
<style>
a { background-color: #DDB138; }
a { background-color: rgb(221,177,56); }
div.DivClassName
{
background-color: #DDB138;
}
.BgClassName
{
background-color: #DDB138;
}
</style>
border-color css
<style>
span { border-color: #DDB138; }
span { border-color: rgb(221,177,56); }
td.TdClassName
{
border-color: #DDB138;
}
.TagClassName
{
border-color: #DDB138;
}
</style>