Shades of Gold Tips #D8B726
Tints of Gold Tips #D8B726
RGB
CMYK
RGB Variations
Color information
#D8B726 (or 0xD8B726) is known color: Gold Tips. HEX triplet: D8, B7 and 26. RGB value is (216,183,38). Sum of RGB (Red+Green+Blue) = 216+183+38=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B726 is #2748D9. Grayscale: #B0B0B0. Windows color (decimal): -2574554 or 2537432. OLE color: 2537432.
HSL color Cylindrical-coordinate representation of color #D8B726: hue angle of 48.88º 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 #D8B726 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 38 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.15 |
| HSL | 48.88º | 0.7% | 0.5% | - |
| HSV(B) | 48.88º | 0.82% | 0.85% | - |
| XYZ | 45.6 | 48.61 | 8.81 | - |
| YUV | 176.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 38 | 0 | 0.15 | 0.82 | 0.15 | 48.88 | 0.7 | 0.5 |
| Hex | D8 | B7 | 26 | 0 | F | 52 | F | 31 | 46 | 32 |
| Octal | 330 | 267 | 46 | 0 | 17 | 122 | 17 | 61 | 106 | 62 |
| Binary | 11011000 | 10110111 | 100110 | 0 | 1111 | 1010010 | 1111 | 110001 | 1000110 | 110010 |
Color Harmonies of #D8B726
Complementary color
Monochromatic Colors of #D8B726
Black with #D8B726
Text Example
Text Example
White with #D8B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B726; }
p { color: rgb(216,183,38); }
H1.HeaderClassName
{
color: #D8B726;
}
.AnyTagClassName
{
color: #D8B726;
}
</style>
background-color css
<style>
a { background-color: #D8B726; }
a { background-color: rgb(216,183,38); }
div.DivClassName
{
background-color: #D8B726;
}
.BgClassName
{
background-color: #D8B726;
}
</style>
border-color css
<style>
span { border-color: #D8B726; }
span { border-color: rgb(216,183,38); }
td.TdClassName
{
border-color: #D8B726;
}
.TagClassName
{
border-color: #D8B726;
}
</style>