Shades of Metallic Gold #D2B42F
Tints of Metallic Gold #D2B42F
RGB
CMYK
RGB Variations
Color information
#D2B42F (or 0xD2B42F) is known color: Metallic Gold. HEX triplet: D2, B4 and 2F. RGB value is (210,180,47). Sum of RGB (Red+Green+Blue) = 210+180+47=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B42F is #2D4BD0. Grayscale: #AEAEAE. Windows color (decimal): -2968529 or 3126482. OLE color: 3126482.
HSL color Cylindrical-coordinate representation of color #D2B42F: hue angle of 48.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2B42F is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 47 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.18 |
| HSL | 48.96º | 0.64% | 0.5% | - |
| HSV(B) | 48.96º | 0.78% | 0.82% | - |
| XYZ | 43.41 | 46.55 | 9.39 | - |
| YUV | 173.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 47 | 0 | 0.14 | 0.78 | 0.18 | 48.96 | 0.64 | 0.5 |
| Hex | D2 | B4 | 2F | 0 | E | 4E | 12 | 31 | 40 | 32 |
| Octal | 322 | 264 | 57 | 0 | 16 | 116 | 22 | 61 | 100 | 62 |
| Binary | 11010010 | 10110100 | 101111 | 0 | 1110 | 1001110 | 10010 | 110001 | 1000000 | 110010 |
Color Harmonies of #D2B42F
Complementary color
Monochromatic Colors of #D2B42F
Black with #D2B42F
Text Example
Text Example
White with #D2B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B42F; }
p { color: rgb(210,180,47); }
H1.HeaderClassName
{
color: #D2B42F;
}
.AnyTagClassName
{
color: #D2B42F;
}
</style>
background-color css
<style>
a { background-color: #D2B42F; }
a { background-color: rgb(210,180,47); }
div.DivClassName
{
background-color: #D2B42F;
}
.BgClassName
{
background-color: #D2B42F;
}
</style>
border-color css
<style>
span { border-color: #D2B42F; }
span { border-color: rgb(210,180,47); }
td.TdClassName
{
border-color: #D2B42F;
}
.TagClassName
{
border-color: #D2B42F;
}
</style>