Shades of Metallic Gold #DDB83D
Tints of Metallic Gold #DDB83D
RGB
CMYK
RGB Variations
Color information
#DDB83D (or 0xDDB83D) is known color: Metallic Gold. HEX triplet: DD, B8 and 3D. RGB value is (221,184,61). Sum of RGB (Red+Green+Blue) = 221+184+61=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83D is #2247C2. Grayscale: #B5B5B5. Windows color (decimal): -2246595 or 4045021. OLE color: 4045021.
HSL color Cylindrical-coordinate representation of color #DDB83D: hue angle of 46.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDB83D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 184 | 61 | - |
CMYK | 0 | 0.17 | 0.72 | 0.13 |
HSL | 46.13º | 0.7% | 0.55% | - |
HSV(B) | 46.13º | 0.72% | 0.87% | - |
XYZ | 47.8 | 49.99 | 11.54 | - |
YUV | 181.04 | 60.26 | 156.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 184 | 61 | 0 | 0.17 | 0.72 | 0.13 | 46.13 | 0.7 | 0.55 |
Hex | DD | B8 | 3D | 0 | 11 | 48 | D | 2E | 46 | 37 |
Octal | 335 | 270 | 75 | 0 | 21 | 110 | 15 | 56 | 106 | 67 |
Binary | 11011101 | 10111000 | 111101 | 0 | 10001 | 1001000 | 1101 | 101110 | 1000110 | 110111 |
Color Harmonies of #DDB83D
Complementary color
Monochromatic Colors of #DDB83D
Black with #DDB83D
Text Example
Text Example
White with #DDB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB83D; }
p { color: rgb(221,184,61); }
H1.HeaderClassName
{
color: #DDB83D;
}
.AnyTagClassName
{
color: #DDB83D;
}
</style>
background-color css
<style>
a { background-color: #DDB83D; }
a { background-color: rgb(221,184,61); }
div.DivClassName
{
background-color: #DDB83D;
}
.BgClassName
{
background-color: #DDB83D;
}
</style>
border-color css
<style>
span { border-color: #DDB83D; }
span { border-color: rgb(221,184,61); }
td.TdClassName
{
border-color: #DDB83D;
}
.TagClassName
{
border-color: #DDB83D;
}
</style>