Shades of Metallic Gold #D9B133
Tints of Metallic Gold #D9B133
RGB
CMYK
RGB Variations
Color information
#D9B133 (or 0xD9B133) is known color: Metallic Gold. HEX triplet: D9, B1 and 33. RGB value is (217,177,51). Sum of RGB (Red+Green+Blue) = 217+177+51=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B133 is #264ECC. Grayscale: #AFAFAF. Windows color (decimal): -2510541 or 3387865. OLE color: 3387865.
HSL color Cylindrical-coordinate representation of color #D9B133: hue angle of 45.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9B133 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 51 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.15 |
| HSL | 45.54º | 0.69% | 0.53% | - |
| HSV(B) | 45.54º | 0.76% | 0.85% | - |
| XYZ | 44.93 | 46.44 | 9.73 | - |
| YUV | 174.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 51 | 0 | 0.18 | 0.76 | 0.15 | 45.54 | 0.69 | 0.53 |
| Hex | D9 | B1 | 33 | 0 | 12 | 4C | F | 2E | 45 | 35 |
| Octal | 331 | 261 | 63 | 0 | 22 | 114 | 17 | 56 | 105 | 65 |
| Binary | 11011001 | 10110001 | 110011 | 0 | 10010 | 1001100 | 1111 | 101110 | 1000101 | 110101 |
Color Harmonies of #D9B133
Complementary color
Monochromatic Colors of #D9B133
Black with #D9B133
Text Example
Text Example
White with #D9B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B133; }
p { color: rgb(217,177,51); }
H1.HeaderClassName
{
color: #D9B133;
}
.AnyTagClassName
{
color: #D9B133;
}
</style>
background-color css
<style>
a { background-color: #D9B133; }
a { background-color: rgb(217,177,51); }
div.DivClassName
{
background-color: #D9B133;
}
.BgClassName
{
background-color: #D9B133;
}
</style>
border-color css
<style>
span { border-color: #D9B133; }
span { border-color: rgb(217,177,51); }
td.TdClassName
{
border-color: #D9B133;
}
.TagClassName
{
border-color: #D9B133;
}
</style>