Shades of Metallic Gold #DDB83F
Tints of Metallic Gold #DDB83F
RGB
CMYK
RGB Variations
Color information
#DDB83F (or 0xDDB83F) is known color: Metallic Gold. HEX triplet: DD, B8 and 3F. RGB value is (221,184,63). Sum of RGB (Red+Green+Blue) = 221+184+63=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB83F is #2247C0. Grayscale: #B5B5B5. Windows color (decimal): -2246593 or 4176093. OLE color: 4176093.
HSL color Cylindrical-coordinate representation of color #DDB83F: hue angle of 45.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB83F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 63 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.13 |
| HSL | 45.95º | 0.7% | 0.56% | - |
| HSV(B) | 45.95º | 0.71% | 0.87% | - |
| XYZ | 47.86 | 50.01 | 11.83 | - |
| YUV | 181.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 63 | 0 | 0.17 | 0.71 | 0.13 | 45.95 | 0.7 | 0.56 |
| Hex | DD | B8 | 3F | 0 | 11 | 47 | D | 2E | 46 | 38 |
| Octal | 335 | 270 | 77 | 0 | 21 | 107 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10111000 | 111111 | 0 | 10001 | 1000111 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDB83F
Complementary color
Monochromatic Colors of #DDB83F
Black with #DDB83F
Text Example
Text Example
White with #DDB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB83F; }
p { color: rgb(221,184,63); }
H1.HeaderClassName
{
color: #DDB83F;
}
.AnyTagClassName
{
color: #DDB83F;
}
</style>
background-color css
<style>
a { background-color: #DDB83F; }
a { background-color: rgb(221,184,63); }
div.DivClassName
{
background-color: #DDB83F;
}
.BgClassName
{
background-color: #DDB83F;
}
</style>
border-color css
<style>
span { border-color: #DDB83F; }
span { border-color: rgb(221,184,63); }
td.TdClassName
{
border-color: #DDB83F;
}
.TagClassName
{
border-color: #DDB83F;
}
</style>