Shades of Metallic Gold #DDB63B
Tints of Metallic Gold #DDB63B
RGB
CMYK
RGB Variations
Color information
#DDB63B (or 0xDDB63B) is known color: Metallic Gold. HEX triplet: DD, B6 and 3B. RGB value is (221,182,59). Sum of RGB (Red+Green+Blue) = 221+182+59=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB63B is #2249C4. Grayscale: #B4B4B4. Windows color (decimal): -2247109 or 3913437. OLE color: 3913437.
HSL color Cylindrical-coordinate representation of color #DDB63B: hue angle of 45.56º 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 #DDB63B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 59 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.13 |
| HSL | 45.56º | 0.7% | 0.55% | - |
| HSV(B) | 45.56º | 0.73% | 0.87% | - |
| XYZ | 47.34 | 49.14 | 11.13 | - |
| YUV | 179.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 59 | 0 | 0.18 | 0.73 | 0.13 | 45.56 | 0.7 | 0.55 |
| Hex | DD | B6 | 3B | 0 | 12 | 49 | D | 2E | 46 | 37 |
| Octal | 335 | 266 | 73 | 0 | 22 | 111 | 15 | 56 | 106 | 67 |
| Binary | 11011101 | 10110110 | 111011 | 0 | 10010 | 1001001 | 1101 | 101110 | 1000110 | 110111 |
Color Harmonies of #DDB63B
Complementary color
Monochromatic Colors of #DDB63B
Black with #DDB63B
Text Example
Text Example
White with #DDB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB63B; }
p { color: rgb(221,182,59); }
H1.HeaderClassName
{
color: #DDB63B;
}
.AnyTagClassName
{
color: #DDB63B;
}
</style>
background-color css
<style>
a { background-color: #DDB63B; }
a { background-color: rgb(221,182,59); }
div.DivClassName
{
background-color: #DDB63B;
}
.BgClassName
{
background-color: #DDB63B;
}
</style>
border-color css
<style>
span { border-color: #DDB63B; }
span { border-color: rgb(221,182,59); }
td.TdClassName
{
border-color: #DDB63B;
}
.TagClassName
{
border-color: #DDB63B;
}
</style>