Shades of Metallic Gold #DDB93C
Tints of Metallic Gold #DDB93C
RGB
CMYK
RGB Variations
Color information
#DDB93C (or 0xDDB93C) is known color: Metallic Gold. HEX triplet: DD, B9 and 3C. RGB value is (221,185,60). Sum of RGB (Red+Green+Blue) = 221+185+60=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB93C is #2246C3. Grayscale: #B6B6B6. Windows color (decimal): -2246340 or 3979741. OLE color: 3979741.
HSL color Cylindrical-coordinate representation of color #DDB93C: hue angle of 46.58º 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 #DDB93C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 60 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.13 |
| HSL | 46.58º | 0.7% | 0.55% | - |
| HSV(B) | 46.58º | 0.73% | 0.87% | - |
| XYZ | 47.98 | 50.4 | 11.47 | - |
| YUV | 181.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 60 | 0 | 0.16 | 0.73 | 0.13 | 46.58 | 0.7 | 0.55 |
| Hex | DD | B9 | 3C | 0 | 10 | 49 | D | 2F | 46 | 37 |
| Octal | 335 | 271 | 74 | 0 | 20 | 111 | 15 | 57 | 106 | 67 |
| Binary | 11011101 | 10111001 | 111100 | 0 | 10000 | 1001001 | 1101 | 101111 | 1000110 | 110111 |
Color Harmonies of #DDB93C
Complementary color
Monochromatic Colors of #DDB93C
Black with #DDB93C
Text Example
Text Example
White with #DDB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB93C; }
p { color: rgb(221,185,60); }
H1.HeaderClassName
{
color: #DDB93C;
}
.AnyTagClassName
{
color: #DDB93C;
}
</style>
background-color css
<style>
a { background-color: #DDB93C; }
a { background-color: rgb(221,185,60); }
div.DivClassName
{
background-color: #DDB93C;
}
.BgClassName
{
background-color: #DDB93C;
}
</style>
border-color css
<style>
span { border-color: #DDB93C; }
span { border-color: rgb(221,185,60); }
td.TdClassName
{
border-color: #DDB93C;
}
.TagClassName
{
border-color: #DDB93C;
}
</style>