Shades of Metallic Gold #D0B133
Tints of Metallic Gold #D0B133
RGB
CMYK
RGB Variations
Color information
#D0B133 (or 0xD0B133) is known color: Metallic Gold. HEX triplet: D0, B1 and 33. RGB value is (208,177,51). Sum of RGB (Red+Green+Blue) = 208+177+51=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B133 is #2F4ECC. Grayscale: #ACACAC. Windows color (decimal): -3100365 or 3387856. OLE color: 3387856.
HSL color Cylindrical-coordinate representation of color #D0B133: hue angle of 48.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0B133 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 51 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.18 |
| HSL | 48.15º | 0.63% | 0.51% | - |
| HSV(B) | 48.15º | 0.75% | 0.82% | - |
| XYZ | 42.33 | 45.09 | 9.6 | - |
| YUV | 171.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 51 | 0 | 0.15 | 0.75 | 0.18 | 48.15 | 0.63 | 0.51 |
| Hex | D0 | B1 | 33 | 0 | F | 4B | 12 | 30 | 3F | 33 |
| Octal | 320 | 261 | 63 | 0 | 17 | 113 | 22 | 60 | 77 | 63 |
| Binary | 11010000 | 10110001 | 110011 | 0 | 1111 | 1001011 | 10010 | 110000 | 111111 | 110011 |
Color Harmonies of #D0B133
Complementary color
Monochromatic Colors of #D0B133
Black with #D0B133
Text Example
Text Example
White with #D0B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B133; }
p { color: rgb(208,177,51); }
H1.HeaderClassName
{
color: #D0B133;
}
.AnyTagClassName
{
color: #D0B133;
}
</style>
background-color css
<style>
a { background-color: #D0B133; }
a { background-color: rgb(208,177,51); }
div.DivClassName
{
background-color: #D0B133;
}
.BgClassName
{
background-color: #D0B133;
}
</style>
border-color css
<style>
span { border-color: #D0B133; }
span { border-color: rgb(208,177,51); }
td.TdClassName
{
border-color: #D0B133;
}
.TagClassName
{
border-color: #D0B133;
}
</style>