Shades of Gold Tips #D8B723
Tints of Gold Tips #D8B723
RGB
CMYK
RGB Variations
Color information
#D8B723 (or 0xD8B723) is known color: Gold Tips. HEX triplet: D8, B7 and 23. RGB value is (216,183,35). Sum of RGB (Red+Green+Blue) = 216+183+35=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B723 is #2748DC. Grayscale: #B0B0B0. Windows color (decimal): -2574557 or 2340824. OLE color: 2340824.
HSL color Cylindrical-coordinate representation of color #D8B723: hue angle of 49.06º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8B723 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.15 |
| HSL | 49.06º | 0.72% | 0.49% | - |
| HSV(B) | 49.06º | 0.84% | 0.85% | - |
| XYZ | 45.56 | 48.59 | 8.57 | - |
| YUV | 176 | 48.43 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 35 | 0 | 0.15 | 0.84 | 0.15 | 49.06 | 0.72 | 0.49 |
| Hex | D8 | B7 | 23 | 0 | F | 54 | F | 31 | 48 | 31 |
| Octal | 330 | 267 | 43 | 0 | 17 | 124 | 17 | 61 | 110 | 61 |
| Binary | 11011000 | 10110111 | 100011 | 0 | 1111 | 1010100 | 1111 | 110001 | 1001000 | 110001 |
Color Harmonies of #D8B723
Complementary color
Monochromatic Colors of #D8B723
Black with #D8B723
Text Example
Text Example
White with #D8B723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B723; }
p { color: rgb(216,183,35); }
H1.HeaderClassName
{
color: #D8B723;
}
.AnyTagClassName
{
color: #D8B723;
}
</style>
background-color css
<style>
a { background-color: #D8B723; }
a { background-color: rgb(216,183,35); }
div.DivClassName
{
background-color: #D8B723;
}
.BgClassName
{
background-color: #D8B723;
}
</style>
border-color css
<style>
span { border-color: #D8B723; }
span { border-color: rgb(216,183,35); }
td.TdClassName
{
border-color: #D8B723;
}
.TagClassName
{
border-color: #D8B723;
}
</style>