Shades of Metallic Gold #D1B02D
Tints of Metallic Gold #D1B02D
RGB
CMYK
RGB Variations
Color information
#D1B02D (or 0xD1B02D) is known color: Metallic Gold. HEX triplet: D1, B0 and 2D. RGB value is (209,176,45). Sum of RGB (Red+Green+Blue) = 209+176+45=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B02D is #2E4FD2. Grayscale: #ABABAB. Windows color (decimal): -3035091 or 2994385. OLE color: 2994385.
HSL color Cylindrical-coordinate representation of color #D1B02D: hue angle of 47.93º degrees, saturation: 0.65, 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 #D1B02D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.18 |
| HSL | 47.93º | 0.65% | 0.5% | - |
| HSV(B) | 47.93º | 0.78% | 0.82% | - |
| XYZ | 42.29 | 44.8 | 8.9 | - |
| YUV | 170.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 45 | 0 | 0.16 | 0.78 | 0.18 | 47.93 | 0.65 | 0.5 |
| Hex | D1 | B0 | 2D | 0 | 10 | 4E | 12 | 30 | 41 | 32 |
| Octal | 321 | 260 | 55 | 0 | 20 | 116 | 22 | 60 | 101 | 62 |
| Binary | 11010001 | 10110000 | 101101 | 0 | 10000 | 1001110 | 10010 | 110000 | 1000001 | 110010 |
Color Harmonies of #D1B02D
Complementary color
Monochromatic Colors of #D1B02D
Black with #D1B02D
Text Example
Text Example
White with #D1B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B02D; }
p { color: rgb(209,176,45); }
H1.HeaderClassName
{
color: #D1B02D;
}
.AnyTagClassName
{
color: #D1B02D;
}
</style>
background-color css
<style>
a { background-color: #D1B02D; }
a { background-color: rgb(209,176,45); }
div.DivClassName
{
background-color: #D1B02D;
}
.BgClassName
{
background-color: #D1B02D;
}
</style>
border-color css
<style>
span { border-color: #D1B02D; }
span { border-color: rgb(209,176,45); }
td.TdClassName
{
border-color: #D1B02D;
}
.TagClassName
{
border-color: #D1B02D;
}
</style>