Shades of Gold Tips #D7B524
Tints of Gold Tips #D7B524
RGB
CMYK
RGB Variations
Color information
#D7B524 (or 0xD7B524) is known color: Gold Tips. HEX triplet: D7, B5 and 24. RGB value is (215,181,36). Sum of RGB (Red+Green+Blue) = 215+181+36=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B524 is #284ADB. Grayscale: #AFAFAF. Windows color (decimal): -2640604 or 2405847. OLE color: 2405847.
HSL color Cylindrical-coordinate representation of color #D7B524: hue angle of 48.6º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7B524 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 36 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.16 |
| HSL | 48.6º | 0.71% | 0.49% | - |
| HSV(B) | 48.6º | 0.83% | 0.84% | - |
| XYZ | 44.87 | 47.62 | 8.5 | - |
| YUV | 174.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 36 | 0 | 0.16 | 0.83 | 0.16 | 48.6 | 0.71 | 0.49 |
| Hex | D7 | B5 | 24 | 0 | 10 | 53 | 10 | 31 | 47 | 31 |
| Octal | 327 | 265 | 44 | 0 | 20 | 123 | 20 | 61 | 107 | 61 |
| Binary | 11010111 | 10110101 | 100100 | 0 | 10000 | 1010011 | 10000 | 110001 | 1000111 | 110001 |
Color Harmonies of #D7B524
Complementary color
Monochromatic Colors of #D7B524
Black with #D7B524
Text Example
Text Example
White with #D7B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B524; }
p { color: rgb(215,181,36); }
H1.HeaderClassName
{
color: #D7B524;
}
.AnyTagClassName
{
color: #D7B524;
}
</style>
background-color css
<style>
a { background-color: #D7B524; }
a { background-color: rgb(215,181,36); }
div.DivClassName
{
background-color: #D7B524;
}
.BgClassName
{
background-color: #D7B524;
}
</style>
border-color css
<style>
span { border-color: #D7B524; }
span { border-color: rgb(215,181,36); }
td.TdClassName
{
border-color: #D7B524;
}
.TagClassName
{
border-color: #D7B524;
}
</style>