Shades of Gold Tips #D7B826
Tints of Gold Tips #D7B826
RGB
CMYK
RGB Variations
Color information
#D7B826 (or 0xD7B826) is known color: Gold Tips. HEX triplet: D7, B8 and 26. RGB value is (215,184,38). Sum of RGB (Red+Green+Blue) = 215+184+38=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B826 is #2847D9. Grayscale: #B1B1B1. Windows color (decimal): -2639834 or 2537687. OLE color: 2537687.
HSL color Cylindrical-coordinate representation of color #D7B826: hue angle of 49.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7B826 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 38 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.16 |
| HSL | 49.49º | 0.7% | 0.5% | - |
| HSV(B) | 49.49º | 0.82% | 0.84% | - |
| XYZ | 45.51 | 48.87 | 8.87 | - |
| YUV | 176.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 38 | 0 | 0.14 | 0.82 | 0.16 | 49.49 | 0.7 | 0.5 |
| Hex | D7 | B8 | 26 | 0 | E | 52 | 10 | 31 | 46 | 32 |
| Octal | 327 | 270 | 46 | 0 | 16 | 122 | 20 | 61 | 106 | 62 |
| Binary | 11010111 | 10111000 | 100110 | 0 | 1110 | 1010010 | 10000 | 110001 | 1000110 | 110010 |
Color Harmonies of #D7B826
Complementary color
Monochromatic Colors of #D7B826
Black with #D7B826
Text Example
Text Example
White with #D7B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B826; }
p { color: rgb(215,184,38); }
H1.HeaderClassName
{
color: #D7B826;
}
.AnyTagClassName
{
color: #D7B826;
}
</style>
background-color css
<style>
a { background-color: #D7B826; }
a { background-color: rgb(215,184,38); }
div.DivClassName
{
background-color: #D7B826;
}
.BgClassName
{
background-color: #D7B826;
}
</style>
border-color css
<style>
span { border-color: #D7B826; }
span { border-color: rgb(215,184,38); }
td.TdClassName
{
border-color: #D7B826;
}
.TagClassName
{
border-color: #D7B826;
}
</style>