Shades of Metallic Gold #DDB936
Tints of Metallic Gold #DDB936
RGB
CMYK
RGB Variations
Color information
#DDB936 (or 0xDDB936) is known color: Metallic Gold. HEX triplet: DD, B9 and 36. RGB value is (221,185,54). Sum of RGB (Red+Green+Blue) = 221+185+54=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB936 is #2246C9. Grayscale: #B5B5B5. Windows color (decimal): -2246346 or 3586525. OLE color: 3586525.
HSL color Cylindrical-coordinate representation of color #DDB936: hue angle of 47.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDB936 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 54 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.13 |
| HSL | 47.07º | 0.71% | 0.54% | - |
| HSV(B) | 47.07º | 0.76% | 0.87% | - |
| XYZ | 47.83 | 50.34 | 10.68 | - |
| YUV | 180.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 54 | 0 | 0.16 | 0.76 | 0.13 | 47.07 | 0.71 | 0.54 |
| Hex | DD | B9 | 36 | 0 | 10 | 4C | D | 2F | 47 | 36 |
| Octal | 335 | 271 | 66 | 0 | 20 | 114 | 15 | 57 | 107 | 66 |
| Binary | 11011101 | 10111001 | 110110 | 0 | 10000 | 1001100 | 1101 | 101111 | 1000111 | 110110 |
Color Harmonies of #DDB936
Complementary color
Monochromatic Colors of #DDB936
Black with #DDB936
Text Example
Text Example
White with #DDB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB936; }
p { color: rgb(221,185,54); }
H1.HeaderClassName
{
color: #DDB936;
}
.AnyTagClassName
{
color: #DDB936;
}
</style>
background-color css
<style>
a { background-color: #DDB936; }
a { background-color: rgb(221,185,54); }
div.DivClassName
{
background-color: #DDB936;
}
.BgClassName
{
background-color: #DDB936;
}
</style>
border-color css
<style>
span { border-color: #DDB936; }
span { border-color: rgb(221,185,54); }
td.TdClassName
{
border-color: #DDB936;
}
.TagClassName
{
border-color: #DDB936;
}
</style>