Shades of Metallic Gold #DDB43A
Tints of Metallic Gold #DDB43A
RGB
CMYK
RGB Variations
Color information
#DDB43A (or 0xDDB43A) is known color: Metallic Gold. HEX triplet: DD, B4 and 3A. RGB value is (221,180,58). Sum of RGB (Red+Green+Blue) = 221+180+58=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB43A is #224BC5. Grayscale: #B2B2B2. Windows color (decimal): -2247622 or 3847389. OLE color: 3847389.
HSL color Cylindrical-coordinate representation of color #DDB43A: hue angle of 44.91º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB43A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 58 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.13 |
| HSL | 44.91º | 0.71% | 0.55% | - |
| HSV(B) | 44.91º | 0.74% | 0.87% | - |
| XYZ | 46.9 | 48.32 | 10.86 | - |
| YUV | 178.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 58 | 0 | 0.19 | 0.74 | 0.13 | 44.91 | 0.71 | 0.55 |
| Hex | DD | B4 | 3A | 0 | 13 | 4A | D | 2D | 47 | 37 |
| Octal | 335 | 264 | 72 | 0 | 23 | 112 | 15 | 55 | 107 | 67 |
| Binary | 11011101 | 10110100 | 111010 | 0 | 10011 | 1001010 | 1101 | 101101 | 1000111 | 110111 |
Color Harmonies of #DDB43A
Complementary color
Monochromatic Colors of #DDB43A
Black with #DDB43A
Text Example
Text Example
White with #DDB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB43A; }
p { color: rgb(221,180,58); }
H1.HeaderClassName
{
color: #DDB43A;
}
.AnyTagClassName
{
color: #DDB43A;
}
</style>
background-color css
<style>
a { background-color: #DDB43A; }
a { background-color: rgb(221,180,58); }
div.DivClassName
{
background-color: #DDB43A;
}
.BgClassName
{
background-color: #DDB43A;
}
</style>
border-color css
<style>
span { border-color: #DDB43A; }
span { border-color: rgb(221,180,58); }
td.TdClassName
{
border-color: #DDB43A;
}
.TagClassName
{
border-color: #DDB43A;
}
</style>