Shades of Metallic Gold #DDB93F
Tints of Metallic Gold #DDB93F
RGB
CMYK
RGB Variations
Color information
#DDB93F (or 0xDDB93F) is known color: Metallic Gold. HEX triplet: DD, B9 and 3F. RGB value is (221,185,63). Sum of RGB (Red+Green+Blue) = 221+185+63=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB93F is #2246C0. Grayscale: #B6B6B6. Windows color (decimal): -2246337 or 4176349. OLE color: 4176349.
HSL color Cylindrical-coordinate representation of color #DDB93F: hue angle of 46.33º 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 #DDB93F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 63 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.13 |
| HSL | 46.33º | 0.7% | 0.56% | - |
| HSV(B) | 46.33º | 0.71% | 0.87% | - |
| XYZ | 48.06 | 50.43 | 11.9 | - |
| YUV | 181.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 63 | 0 | 0.16 | 0.71 | 0.13 | 46.33 | 0.7 | 0.56 |
| Hex | DD | B9 | 3F | 0 | 10 | 47 | D | 2E | 46 | 38 |
| Octal | 335 | 271 | 77 | 0 | 20 | 107 | 15 | 56 | 106 | 70 |
| Binary | 11011101 | 10111001 | 111111 | 0 | 10000 | 1000111 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DDB93F
Complementary color
Monochromatic Colors of #DDB93F
Black with #DDB93F
Text Example
Text Example
White with #DDB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB93F; }
p { color: rgb(221,185,63); }
H1.HeaderClassName
{
color: #DDB93F;
}
.AnyTagClassName
{
color: #DDB93F;
}
</style>
background-color css
<style>
a { background-color: #DDB93F; }
a { background-color: rgb(221,185,63); }
div.DivClassName
{
background-color: #DDB93F;
}
.BgClassName
{
background-color: #DDB93F;
}
</style>
border-color css
<style>
span { border-color: #DDB93F; }
span { border-color: rgb(221,185,63); }
td.TdClassName
{
border-color: #DDB93F;
}
.TagClassName
{
border-color: #DDB93F;
}
</style>