Shades of Metallic Gold #DDB83B
Tints of Metallic Gold #DDB83B
RGB
CMYK
RGB Variations
Color information
#DDB83B (or 0xDDB83B) is known color: Metallic Gold. HEX triplet: DD, B8 and 3B. RGB value is (221,184,59). Sum of RGB (Red+Green+Blue) = 221+184+59=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83B is #2247C4. Grayscale: #B5B5B5. Windows color (decimal): -2246597 or 3913949. OLE color: 3913949.
HSL color Cylindrical-coordinate representation of color #DDB83B: hue angle of 46.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDB83B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 59 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.13 |
| HSL | 46.3º | 0.7% | 0.55% | - |
| HSV(B) | 46.3º | 0.73% | 0.87% | - |
| XYZ | 47.75 | 49.97 | 11.27 | - |
| YUV | 180.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 59 | 0 | 0.17 | 0.73 | 0.13 | 46.3 | 0.7 | 0.55 |
| Hex | DD | B8 | 3B | 0 | 11 | 49 | D | 2E | 46 | 37 |
| Octal | 335 | 270 | 73 | 0 | 21 | 111 | 15 | 56 | 106 | 67 |
| Binary | 11011101 | 10111000 | 111011 | 0 | 10001 | 1001001 | 1101 | 101110 | 1000110 | 110111 |
Color Harmonies of #DDB83B
Complementary color
Monochromatic Colors of #DDB83B
Black with #DDB83B
Text Example
Text Example
White with #DDB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB83B; }
p { color: rgb(221,184,59); }
H1.HeaderClassName
{
color: #DDB83B;
}
.AnyTagClassName
{
color: #DDB83B;
}
</style>
background-color css
<style>
a { background-color: #DDB83B; }
a { background-color: rgb(221,184,59); }
div.DivClassName
{
background-color: #DDB83B;
}
.BgClassName
{
background-color: #DDB83B;
}
</style>
border-color css
<style>
span { border-color: #DDB83B; }
span { border-color: rgb(221,184,59); }
td.TdClassName
{
border-color: #DDB83B;
}
.TagClassName
{
border-color: #DDB83B;
}
</style>