Shades of Metallic Gold #DDB538
Tints of Metallic Gold #DDB538
RGB
CMYK
RGB Variations
Color information
#DDB538 (or 0xDDB538) is known color: Metallic Gold. HEX triplet: DD, B5 and 38. RGB value is (221,181,56). Sum of RGB (Red+Green+Blue) = 221+181+56=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB538 is #224AC7. Grayscale: #B3B3B3. Windows color (decimal): -2247368 or 3716573. OLE color: 3716573.
HSL color Cylindrical-coordinate representation of color #DDB538: hue angle of 45.45º 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 #DDB538 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 56 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.13 |
| HSL | 45.45º | 0.71% | 0.54% | - |
| HSV(B) | 45.45º | 0.75% | 0.87% | - |
| XYZ | 47.06 | 48.71 | 10.66 | - |
| YUV | 178.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 56 | 0 | 0.18 | 0.75 | 0.13 | 45.45 | 0.71 | 0.54 |
| Hex | DD | B5 | 38 | 0 | 12 | 4B | D | 2D | 47 | 36 |
| Octal | 335 | 265 | 70 | 0 | 22 | 113 | 15 | 55 | 107 | 66 |
| Binary | 11011101 | 10110101 | 111000 | 0 | 10010 | 1001011 | 1101 | 101101 | 1000111 | 110110 |
Color Harmonies of #DDB538
Complementary color
Monochromatic Colors of #DDB538
Black with #DDB538
Text Example
Text Example
White with #DDB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB538; }
p { color: rgb(221,181,56); }
H1.HeaderClassName
{
color: #DDB538;
}
.AnyTagClassName
{
color: #DDB538;
}
</style>
background-color css
<style>
a { background-color: #DDB538; }
a { background-color: rgb(221,181,56); }
div.DivClassName
{
background-color: #DDB538;
}
.BgClassName
{
background-color: #DDB538;
}
</style>
border-color css
<style>
span { border-color: #DDB538; }
span { border-color: rgb(221,181,56); }
td.TdClassName
{
border-color: #DDB538;
}
.TagClassName
{
border-color: #DDB538;
}
</style>