Shades of Gold Tips #D8B125
Tints of Gold Tips #D8B125
RGB
CMYK
RGB Variations
Color information
#D8B125 (or 0xD8B125) is known color: Gold Tips. HEX triplet: D8, B1 and 25. RGB value is (216,177,37). Sum of RGB (Red+Green+Blue) = 216+177+37=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B125 is #274EDA. Grayscale: #ADADAD. Windows color (decimal): -2576091 or 2470360. OLE color: 2470360.
HSL color Cylindrical-coordinate representation of color #D8B125: hue angle of 46.93º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8B125 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.15 |
| HSL | 46.93º | 0.71% | 0.5% | - |
| HSV(B) | 46.93º | 0.83% | 0.85% | - |
| XYZ | 44.37 | 46.18 | 8.32 | - |
| YUV | 172.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 37 | 0 | 0.18 | 0.83 | 0.15 | 46.93 | 0.71 | 0.5 |
| Hex | D8 | B1 | 25 | 0 | 12 | 53 | F | 2F | 47 | 32 |
| Octal | 330 | 261 | 45 | 0 | 22 | 123 | 17 | 57 | 107 | 62 |
| Binary | 11011000 | 10110001 | 100101 | 0 | 10010 | 1010011 | 1111 | 101111 | 1000111 | 110010 |
Color Harmonies of #D8B125
Complementary color
Monochromatic Colors of #D8B125
Black with #D8B125
Text Example
Text Example
White with #D8B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B125; }
p { color: rgb(216,177,37); }
H1.HeaderClassName
{
color: #D8B125;
}
.AnyTagClassName
{
color: #D8B125;
}
</style>
background-color css
<style>
a { background-color: #D8B125; }
a { background-color: rgb(216,177,37); }
div.DivClassName
{
background-color: #D8B125;
}
.BgClassName
{
background-color: #D8B125;
}
</style>
border-color css
<style>
span { border-color: #D8B125; }
span { border-color: rgb(216,177,37); }
td.TdClassName
{
border-color: #D8B125;
}
.TagClassName
{
border-color: #D8B125;
}
</style>