Shades of Metallic Gold #D1B527
Tints of Metallic Gold #D1B527
RGB
CMYK
RGB Variations
Color information
#D1B527 (or 0xD1B527) is known color: Metallic Gold. HEX triplet: D1, B5 and 27. RGB value is (209,181,39). Sum of RGB (Red+Green+Blue) = 209+181+39=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B527 is #2E4AD8. Grayscale: #ADADAD. Windows color (decimal): -3033817 or 2602449. OLE color: 2602449.
HSL color Cylindrical-coordinate representation of color #D1B527: hue angle of 50.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1B527 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 39 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.18 |
| HSL | 50.12º | 0.69% | 0.49% | - |
| HSV(B) | 50.12º | 0.81% | 0.82% | - |
| XYZ | 43.18 | 46.75 | 8.67 | - |
| YUV | 173.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 39 | 0 | 0.13 | 0.81 | 0.18 | 50.12 | 0.69 | 0.49 |
| Hex | D1 | B5 | 27 | 0 | D | 51 | 12 | 32 | 45 | 31 |
| Octal | 321 | 265 | 47 | 0 | 15 | 121 | 22 | 62 | 105 | 61 |
| Binary | 11010001 | 10110101 | 100111 | 0 | 1101 | 1010001 | 10010 | 110010 | 1000101 | 110001 |
Color Harmonies of #D1B527
Complementary color
Monochromatic Colors of #D1B527
Black with #D1B527
Text Example
Text Example
White with #D1B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B527; }
p { color: rgb(209,181,39); }
H1.HeaderClassName
{
color: #D1B527;
}
.AnyTagClassName
{
color: #D1B527;
}
</style>
background-color css
<style>
a { background-color: #D1B527; }
a { background-color: rgb(209,181,39); }
div.DivClassName
{
background-color: #D1B527;
}
.BgClassName
{
background-color: #D1B527;
}
</style>
border-color css
<style>
span { border-color: #D1B527; }
span { border-color: rgb(209,181,39); }
td.TdClassName
{
border-color: #D1B527;
}
.TagClassName
{
border-color: #D1B527;
}
</style>