Shades of Gold Tips #D7B527
Tints of Gold Tips #D7B527
RGB
CMYK
RGB Variations
Color information
#D7B527 (or 0xD7B527) is known color: Gold Tips. HEX triplet: D7, B5 and 27. RGB value is (215,181,39). Sum of RGB (Red+Green+Blue) = 215+181+39=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B527 is #284AD8. Grayscale: #AFAFAF. Windows color (decimal): -2640601 or 2602455. OLE color: 2602455.
HSL color Cylindrical-coordinate representation of color #D7B527: hue angle of 48.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7B527 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 39 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.16 |
| HSL | 48.41º | 0.69% | 0.5% | - |
| HSV(B) | 48.41º | 0.82% | 0.84% | - |
| XYZ | 44.91 | 47.64 | 8.75 | - |
| YUV | 174.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 39 | 0 | 0.16 | 0.82 | 0.16 | 48.41 | 0.69 | 0.5 |
| Hex | D7 | B5 | 27 | 0 | 10 | 52 | 10 | 30 | 45 | 32 |
| Octal | 327 | 265 | 47 | 0 | 20 | 122 | 20 | 60 | 105 | 62 |
| Binary | 11010111 | 10110101 | 100111 | 0 | 10000 | 1010010 | 10000 | 110000 | 1000101 | 110010 |
Color Harmonies of #D7B527
Complementary color
Monochromatic Colors of #D7B527
Black with #D7B527
Text Example
Text Example
White with #D7B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B527; }
p { color: rgb(215,181,39); }
H1.HeaderClassName
{
color: #D7B527;
}
.AnyTagClassName
{
color: #D7B527;
}
</style>
background-color css
<style>
a { background-color: #D7B527; }
a { background-color: rgb(215,181,39); }
div.DivClassName
{
background-color: #D7B527;
}
.BgClassName
{
background-color: #D7B527;
}
</style>
border-color css
<style>
span { border-color: #D7B527; }
span { border-color: rgb(215,181,39); }
td.TdClassName
{
border-color: #D7B527;
}
.TagClassName
{
border-color: #D7B527;
}
</style>