Shades of Gold Tips #D7B129
Tints of Gold Tips #D7B129
RGB
CMYK
RGB Variations
Color information
#D7B129 (or 0xD7B129) is known color: Gold Tips. HEX triplet: D7, B1 and 29. RGB value is (215,177,41). Sum of RGB (Red+Green+Blue) = 215+177+41=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B129 is #284ED6. Grayscale: #ADADAD. Windows color (decimal): -2641623 or 2732503. OLE color: 2732503.
HSL color Cylindrical-coordinate representation of color #D7B129: hue angle of 46.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7B129 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 41 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.16 |
| HSL | 46.9º | 0.69% | 0.5% | - |
| HSV(B) | 46.9º | 0.81% | 0.84% | - |
| XYZ | 44.15 | 46.05 | 8.66 | - |
| YUV | 172.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 41 | 0 | 0.18 | 0.81 | 0.16 | 46.9 | 0.69 | 0.5 |
| Hex | D7 | B1 | 29 | 0 | 12 | 51 | 10 | 2F | 45 | 32 |
| Octal | 327 | 261 | 51 | 0 | 22 | 121 | 20 | 57 | 105 | 62 |
| Binary | 11010111 | 10110001 | 101001 | 0 | 10010 | 1010001 | 10000 | 101111 | 1000101 | 110010 |
Color Harmonies of #D7B129
Complementary color
Monochromatic Colors of #D7B129
Black with #D7B129
Text Example
Text Example
White with #D7B129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B129; }
p { color: rgb(215,177,41); }
H1.HeaderClassName
{
color: #D7B129;
}
.AnyTagClassName
{
color: #D7B129;
}
</style>
background-color css
<style>
a { background-color: #D7B129; }
a { background-color: rgb(215,177,41); }
div.DivClassName
{
background-color: #D7B129;
}
.BgClassName
{
background-color: #D7B129;
}
</style>
border-color css
<style>
span { border-color: #D7B129; }
span { border-color: rgb(215,177,41); }
td.TdClassName
{
border-color: #D7B129;
}
.TagClassName
{
border-color: #D7B129;
}
</style>