Shades of Gold Tips #D8B128
Tints of Gold Tips #D8B128
RGB
CMYK
RGB Variations
Color information
#D8B128 (or 0xD8B128) is known color: Gold Tips. HEX triplet: D8, B1 and 28. RGB value is (216,177,40). Sum of RGB (Red+Green+Blue) = 216+177+40=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B128 is #274ED7. Grayscale: #ADADAD. Windows color (decimal): -2576088 or 2666968. OLE color: 2666968.
HSL color Cylindrical-coordinate representation of color #D8B128: hue angle of 46.7º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8B128 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 40 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.15 |
| HSL | 46.7º | 0.69% | 0.5% | - |
| HSV(B) | 46.7º | 0.81% | 0.85% | - |
| XYZ | 44.42 | 46.2 | 8.58 | - |
| YUV | 173.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 40 | 0 | 0.18 | 0.81 | 0.15 | 46.7 | 0.69 | 0.5 |
| Hex | D8 | B1 | 28 | 0 | 12 | 51 | F | 2F | 45 | 32 |
| Octal | 330 | 261 | 50 | 0 | 22 | 121 | 17 | 57 | 105 | 62 |
| Binary | 11011000 | 10110001 | 101000 | 0 | 10010 | 1010001 | 1111 | 101111 | 1000101 | 110010 |
Color Harmonies of #D8B128
Complementary color
Monochromatic Colors of #D8B128
Black with #D8B128
Text Example
Text Example
White with #D8B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B128; }
p { color: rgb(216,177,40); }
H1.HeaderClassName
{
color: #D8B128;
}
.AnyTagClassName
{
color: #D8B128;
}
</style>
background-color css
<style>
a { background-color: #D8B128; }
a { background-color: rgb(216,177,40); }
div.DivClassName
{
background-color: #D8B128;
}
.BgClassName
{
background-color: #D8B128;
}
</style>
border-color css
<style>
span { border-color: #D8B128; }
span { border-color: rgb(216,177,40); }
td.TdClassName
{
border-color: #D8B128;
}
.TagClassName
{
border-color: #D8B128;
}
</style>