Shades of Gold Tips #D8B724
Tints of Gold Tips #D8B724
RGB
CMYK
RGB Variations
Color information
#D8B724 (or 0xD8B724) is known color: Gold Tips. HEX triplet: D8, B7 and 24. RGB value is (216,183,36). Sum of RGB (Red+Green+Blue) = 216+183+36=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B724 is #2748DB. Grayscale: #B0B0B0. Windows color (decimal): -2574556 or 2406360. OLE color: 2406360.
HSL color Cylindrical-coordinate representation of color #D8B724: hue angle of 49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8B724 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 36 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.15 |
| HSL | 49º | 0.71% | 0.49% | - |
| HSV(B) | 49º | 0.83% | 0.85% | - |
| XYZ | 45.57 | 48.59 | 8.65 | - |
| YUV | 176.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 36 | 0 | 0.15 | 0.83 | 0.15 | 49 | 0.71 | 0.49 |
| Hex | D8 | B7 | 24 | 0 | F | 53 | F | 31 | 47 | 31 |
| Octal | 330 | 267 | 44 | 0 | 17 | 123 | 17 | 61 | 107 | 61 |
| Binary | 11011000 | 10110111 | 100100 | 0 | 1111 | 1010011 | 1111 | 110001 | 1000111 | 110001 |
Color Harmonies of #D8B724
Complementary color
Monochromatic Colors of #D8B724
Black with #D8B724
Text Example
Text Example
White with #D8B724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B724; }
p { color: rgb(216,183,36); }
H1.HeaderClassName
{
color: #D8B724;
}
.AnyTagClassName
{
color: #D8B724;
}
</style>
background-color css
<style>
a { background-color: #D8B724; }
a { background-color: rgb(216,183,36); }
div.DivClassName
{
background-color: #D8B724;
}
.BgClassName
{
background-color: #D8B724;
}
</style>
border-color css
<style>
span { border-color: #D8B724; }
span { border-color: rgb(216,183,36); }
td.TdClassName
{
border-color: #D8B724;
}
.TagClassName
{
border-color: #D8B724;
}
</style>