Shades of Gold Tips #D5B726
Tints of Gold Tips #D5B726
RGB
CMYK
RGB Variations
Color information
#D5B726 (or 0xD5B726) is known color: Gold Tips. HEX triplet: D5, B7 and 26. RGB value is (213,183,38). Sum of RGB (Red+Green+Blue) = 213+183+38=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B726 is #2A48D9. Grayscale: #B0B0B0. Windows color (decimal): -2771162 or 2537429. OLE color: 2537429.
HSL color Cylindrical-coordinate representation of color #D5B726: hue angle of 49.71º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5B726 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 38 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.16 |
| HSL | 49.71º | 0.7% | 0.49% | - |
| HSV(B) | 49.71º | 0.82% | 0.84% | - |
| XYZ | 44.72 | 48.15 | 8.77 | - |
| YUV | 175.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 38 | 0 | 0.14 | 0.82 | 0.16 | 49.71 | 0.7 | 0.49 |
| Hex | D5 | B7 | 26 | 0 | E | 52 | 10 | 32 | 46 | 31 |
| Octal | 325 | 267 | 46 | 0 | 16 | 122 | 20 | 62 | 106 | 61 |
| Binary | 11010101 | 10110111 | 100110 | 0 | 1110 | 1010010 | 10000 | 110010 | 1000110 | 110001 |
Color Harmonies of #D5B726
Complementary color
Monochromatic Colors of #D5B726
Black with #D5B726
Text Example
Text Example
White with #D5B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B726; }
p { color: rgb(213,183,38); }
H1.HeaderClassName
{
color: #D5B726;
}
.AnyTagClassName
{
color: #D5B726;
}
</style>
background-color css
<style>
a { background-color: #D5B726; }
a { background-color: rgb(213,183,38); }
div.DivClassName
{
background-color: #D5B726;
}
.BgClassName
{
background-color: #D5B726;
}
</style>
border-color css
<style>
span { border-color: #D5B726; }
span { border-color: rgb(213,183,38); }
td.TdClassName
{
border-color: #D5B726;
}
.TagClassName
{
border-color: #D5B726;
}
</style>