Shades of Metallic Gold #D0B131
Tints of Metallic Gold #D0B131
RGB
CMYK
RGB Variations
Color information
#D0B131 (or 0xD0B131) is known color: Metallic Gold. HEX triplet: D0, B1 and 31. RGB value is (208,177,49). Sum of RGB (Red+Green+Blue) = 208+177+49=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B131 is #2F4ECE. Grayscale: #ACACAC. Windows color (decimal): -3100367 or 3256784. OLE color: 3256784.
HSL color Cylindrical-coordinate representation of color #D0B131: hue angle of 48.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0B131 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 49 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.18 |
| HSL | 48.3º | 0.63% | 0.5% | - |
| HSV(B) | 48.3º | 0.76% | 0.82% | - |
| XYZ | 42.29 | 45.08 | 9.38 | - |
| YUV | 171.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 49 | 0 | 0.15 | 0.76 | 0.18 | 48.3 | 0.63 | 0.5 |
| Hex | D0 | B1 | 31 | 0 | F | 4C | 12 | 30 | 3F | 32 |
| Octal | 320 | 261 | 61 | 0 | 17 | 114 | 22 | 60 | 77 | 62 |
| Binary | 11010000 | 10110001 | 110001 | 0 | 1111 | 1001100 | 10010 | 110000 | 111111 | 110010 |
Color Harmonies of #D0B131
Complementary color
Monochromatic Colors of #D0B131
Black with #D0B131
Text Example
Text Example
White with #D0B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B131; }
p { color: rgb(208,177,49); }
H1.HeaderClassName
{
color: #D0B131;
}
.AnyTagClassName
{
color: #D0B131;
}
</style>
background-color css
<style>
a { background-color: #D0B131; }
a { background-color: rgb(208,177,49); }
div.DivClassName
{
background-color: #D0B131;
}
.BgClassName
{
background-color: #D0B131;
}
</style>
border-color css
<style>
span { border-color: #D0B131; }
span { border-color: rgb(208,177,49); }
td.TdClassName
{
border-color: #D0B131;
}
.TagClassName
{
border-color: #D0B131;
}
</style>