Shades of Metallic Gold #DDB93B
Tints of Metallic Gold #DDB93B
RGB
CMYK
RGB Variations
Color information
#DDB93B (or 0xDDB93B) is known color: Metallic Gold. HEX triplet: DD, B9 and 3B. RGB value is (221,185,59). Sum of RGB (Red+Green+Blue) = 221+185+59=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB93B is #2246C4. Grayscale: #B5B5B5. Windows color (decimal): -2246341 or 3914205. OLE color: 3914205.
HSL color Cylindrical-coordinate representation of color #DDB93B: hue angle of 46.67º 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 #DDB93B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 59 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.13 |
| HSL | 46.67º | 0.7% | 0.55% | - |
| HSV(B) | 46.67º | 0.73% | 0.87% | - |
| XYZ | 47.96 | 50.39 | 11.34 | - |
| YUV | 181.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 59 | 0 | 0.16 | 0.73 | 0.13 | 46.67 | 0.7 | 0.55 |
| Hex | DD | B9 | 3B | 0 | 10 | 49 | D | 2F | 46 | 37 |
| Octal | 335 | 271 | 73 | 0 | 20 | 111 | 15 | 57 | 106 | 67 |
| Binary | 11011101 | 10111001 | 111011 | 0 | 10000 | 1001001 | 1101 | 101111 | 1000110 | 110111 |
Color Harmonies of #DDB93B
Complementary color
Monochromatic Colors of #DDB93B
Black with #DDB93B
Text Example
Text Example
White with #DDB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB93B; }
p { color: rgb(221,185,59); }
H1.HeaderClassName
{
color: #DDB93B;
}
.AnyTagClassName
{
color: #DDB93B;
}
</style>
background-color css
<style>
a { background-color: #DDB93B; }
a { background-color: rgb(221,185,59); }
div.DivClassName
{
background-color: #DDB93B;
}
.BgClassName
{
background-color: #DDB93B;
}
</style>
border-color css
<style>
span { border-color: #DDB93B; }
span { border-color: rgb(221,185,59); }
td.TdClassName
{
border-color: #DDB93B;
}
.TagClassName
{
border-color: #DDB93B;
}
</style>