Shades of Metallic Gold #D3A133
Tints of Metallic Gold #D3A133
RGB
CMYK
RGB Variations
Color information
#D3A133 (or 0xD3A133) is known color: Metallic Gold. HEX triplet: D3, A1 and 33. RGB value is (211,161,51). Sum of RGB (Red+Green+Blue) = 211+161+51=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A133 is #2C5ECC. Grayscale: #A3A3A3. Windows color (decimal): -2907853 or 3383763. OLE color: 3383763.
HSL color Cylindrical-coordinate representation of color #D3A133: hue angle of 41.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3A133 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 51 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.17 |
| HSL | 41.25º | 0.65% | 0.51% | - |
| HSV(B) | 41.25º | 0.76% | 0.83% | - |
| XYZ | 40.21 | 39.58 | 8.65 | - |
| YUV | 163.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 51 | 0 | 0.24 | 0.76 | 0.17 | 41.25 | 0.65 | 0.51 |
| Hex | D3 | A1 | 33 | 0 | 18 | 4C | 11 | 29 | 41 | 33 |
| Octal | 323 | 241 | 63 | 0 | 30 | 114 | 21 | 51 | 101 | 63 |
| Binary | 11010011 | 10100001 | 110011 | 0 | 11000 | 1001100 | 10001 | 101001 | 1000001 | 110011 |
Color Harmonies of #D3A133
Complementary color
Monochromatic Colors of #D3A133
Black with #D3A133
Text Example
Text Example
White with #D3A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A133; }
p { color: rgb(211,161,51); }
H1.HeaderClassName
{
color: #D3A133;
}
.AnyTagClassName
{
color: #D3A133;
}
</style>
background-color css
<style>
a { background-color: #D3A133; }
a { background-color: rgb(211,161,51); }
div.DivClassName
{
background-color: #D3A133;
}
.BgClassName
{
background-color: #D3A133;
}
</style>
border-color css
<style>
span { border-color: #D3A133; }
span { border-color: rgb(211,161,51); }
td.TdClassName
{
border-color: #D3A133;
}
.TagClassName
{
border-color: #D3A133;
}
</style>