Shades of Gold Tips #D8B127
Tints of Gold Tips #D8B127
RGB
CMYK
RGB Variations
Color information
#D8B127 (or 0xD8B127) is known color: Gold Tips. HEX triplet: D8, B1 and 27. RGB value is (216,177,39). Sum of RGB (Red+Green+Blue) = 216+177+39=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B127 is #274ED8. Grayscale: #ADADAD. Windows color (decimal): -2576089 or 2601432. OLE color: 2601432.
HSL color Cylindrical-coordinate representation of color #D8B127: hue angle of 46.78º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8B127 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 39 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.15 |
| HSL | 46.78º | 0.69% | 0.5% | - |
| HSV(B) | 46.78º | 0.82% | 0.85% | - |
| XYZ | 44.41 | 46.19 | 8.49 | - |
| YUV | 172.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 39 | 0 | 0.18 | 0.82 | 0.15 | 46.78 | 0.69 | 0.5 |
| Hex | D8 | B1 | 27 | 0 | 12 | 52 | F | 2F | 45 | 32 |
| Octal | 330 | 261 | 47 | 0 | 22 | 122 | 17 | 57 | 105 | 62 |
| Binary | 11011000 | 10110001 | 100111 | 0 | 10010 | 1010010 | 1111 | 101111 | 1000101 | 110010 |
Color Harmonies of #D8B127
Complementary color
Monochromatic Colors of #D8B127
Black with #D8B127
Text Example
Text Example
White with #D8B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B127; }
p { color: rgb(216,177,39); }
H1.HeaderClassName
{
color: #D8B127;
}
.AnyTagClassName
{
color: #D8B127;
}
</style>
background-color css
<style>
a { background-color: #D8B127; }
a { background-color: rgb(216,177,39); }
div.DivClassName
{
background-color: #D8B127;
}
.BgClassName
{
background-color: #D8B127;
}
</style>
border-color css
<style>
span { border-color: #D8B127; }
span { border-color: rgb(216,177,39); }
td.TdClassName
{
border-color: #D8B127;
}
.TagClassName
{
border-color: #D8B127;
}
</style>