Shades of Gold Tips #D6B82B
Tints of Gold Tips #D6B82B
RGB
CMYK
RGB Variations
Color information
#D6B82B (or 0xD6B82B) is known color: Gold Tips. HEX triplet: D6, B8 and 2B. RGB value is (214,184,43). Sum of RGB (Red+Green+Blue) = 214+184+43=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B82B is #2947D4. Grayscale: #B1B1B1. Windows color (decimal): -2705365 or 2865366. OLE color: 2865366.
HSL color Cylindrical-coordinate representation of color #D6B82B: hue angle of 49.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6B82B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 43 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.16 |
| HSL | 49.47º | 0.68% | 0.5% | - |
| HSV(B) | 49.47º | 0.8% | 0.84% | - |
| XYZ | 45.31 | 48.75 | 9.31 | - |
| YUV | 176.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 43 | 0 | 0.14 | 0.80 | 0.16 | 49.47 | 0.68 | 0.5 |
| Hex | D6 | B8 | 2B | 0 | E | 50 | 10 | 31 | 44 | 32 |
| Octal | 326 | 270 | 53 | 0 | 16 | 120 | 20 | 61 | 104 | 62 |
| Binary | 11010110 | 10111000 | 101011 | 0 | 1110 | 1010000 | 10000 | 110001 | 1000100 | 110010 |
Color Harmonies of #D6B82B
Complementary color
Monochromatic Colors of #D6B82B
Black with #D6B82B
Text Example
Text Example
White with #D6B82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B82B; }
p { color: rgb(214,184,43); }
H1.HeaderClassName
{
color: #D6B82B;
}
.AnyTagClassName
{
color: #D6B82B;
}
</style>
background-color css
<style>
a { background-color: #D6B82B; }
a { background-color: rgb(214,184,43); }
div.DivClassName
{
background-color: #D6B82B;
}
.BgClassName
{
background-color: #D6B82B;
}
</style>
border-color css
<style>
span { border-color: #D6B82B; }
span { border-color: rgb(214,184,43); }
td.TdClassName
{
border-color: #D6B82B;
}
.TagClassName
{
border-color: #D6B82B;
}
</style>