Shades of Gold Tips #D8B126
Tints of Gold Tips #D8B126
RGB
CMYK
RGB Variations
Color information
#D8B126 (or 0xD8B126) is known color: Gold Tips. HEX triplet: D8, B1 and 26. RGB value is (216,177,38). Sum of RGB (Red+Green+Blue) = 216+177+38=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B126 is #274ED9. Grayscale: #ADADAD. Windows color (decimal): -2576090 or 2535896. OLE color: 2535896.
HSL color Cylindrical-coordinate representation of color #D8B126: hue angle of 46.85º degrees, saturation: 0.7, 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 #D8B126 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 38 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.15 |
| HSL | 46.85º | 0.7% | 0.5% | - |
| HSV(B) | 46.85º | 0.82% | 0.85% | - |
| XYZ | 44.39 | 46.18 | 8.41 | - |
| YUV | 172.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 38 | 0 | 0.18 | 0.82 | 0.15 | 46.85 | 0.7 | 0.5 |
| Hex | D8 | B1 | 26 | 0 | 12 | 52 | F | 2F | 46 | 32 |
| Octal | 330 | 261 | 46 | 0 | 22 | 122 | 17 | 57 | 106 | 62 |
| Binary | 11011000 | 10110001 | 100110 | 0 | 10010 | 1010010 | 1111 | 101111 | 1000110 | 110010 |
Color Harmonies of #D8B126
Complementary color
Monochromatic Colors of #D8B126
Black with #D8B126
Text Example
Text Example
White with #D8B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B126; }
p { color: rgb(216,177,38); }
H1.HeaderClassName
{
color: #D8B126;
}
.AnyTagClassName
{
color: #D8B126;
}
</style>
background-color css
<style>
a { background-color: #D8B126; }
a { background-color: rgb(216,177,38); }
div.DivClassName
{
background-color: #D8B126;
}
.BgClassName
{
background-color: #D8B126;
}
</style>
border-color css
<style>
span { border-color: #D8B126; }
span { border-color: rgb(216,177,38); }
td.TdClassName
{
border-color: #D8B126;
}
.TagClassName
{
border-color: #D8B126;
}
</style>