Shades of Gold Tips #D8B428
Tints of Gold Tips #D8B428
RGB
CMYK
RGB Variations
Color information
#D8B428 (or 0xD8B428) is known color: Gold Tips. HEX triplet: D8, B4 and 28. RGB value is (216,180,40). Sum of RGB (Red+Green+Blue) = 216+180+40=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B428 is #274BD7. Grayscale: #AFAFAF. Windows color (decimal): -2575320 or 2667736. OLE color: 2667736.
HSL color Cylindrical-coordinate representation of color #D8B428: hue angle of 47.73º 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 #D8B428 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 40 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.15 |
| HSL | 47.73º | 0.69% | 0.5% | - |
| HSV(B) | 47.73º | 0.81% | 0.85% | - |
| XYZ | 45.02 | 47.39 | 8.78 | - |
| YUV | 174.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 40 | 0 | 0.17 | 0.81 | 0.15 | 47.73 | 0.69 | 0.5 |
| Hex | D8 | B4 | 28 | 0 | 11 | 51 | F | 30 | 45 | 32 |
| Octal | 330 | 264 | 50 | 0 | 21 | 121 | 17 | 60 | 105 | 62 |
| Binary | 11011000 | 10110100 | 101000 | 0 | 10001 | 1010001 | 1111 | 110000 | 1000101 | 110010 |
Color Harmonies of #D8B428
Complementary color
Monochromatic Colors of #D8B428
Black with #D8B428
Text Example
Text Example
White with #D8B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B428; }
p { color: rgb(216,180,40); }
H1.HeaderClassName
{
color: #D8B428;
}
.AnyTagClassName
{
color: #D8B428;
}
</style>
background-color css
<style>
a { background-color: #D8B428; }
a { background-color: rgb(216,180,40); }
div.DivClassName
{
background-color: #D8B428;
}
.BgClassName
{
background-color: #D8B428;
}
</style>
border-color css
<style>
span { border-color: #D8B428; }
span { border-color: rgb(216,180,40); }
td.TdClassName
{
border-color: #D8B428;
}
.TagClassName
{
border-color: #D8B428;
}
</style>