Shades of Gold Tips #D7B42B
Tints of Gold Tips #D7B42B
RGB
CMYK
RGB Variations
Color information
#D7B42B (or 0xD7B42B) is known color: Gold Tips. HEX triplet: D7, B4 and 2B. RGB value is (215,180,43). Sum of RGB (Red+Green+Blue) = 215+180+43=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B42B is #284BD4. Grayscale: #AFAFAF. Windows color (decimal): -2640853 or 2864343. OLE color: 2864343.
HSL color Cylindrical-coordinate representation of color #D7B42B: hue angle of 47.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7B42B is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 43 | - |
| CMYK | 0 | 0.16 | 0.8 | 0.16 |
| HSL | 47.79º | 0.68% | 0.51% | - |
| HSV(B) | 47.79º | 0.8% | 0.84% | - |
| XYZ | 44.78 | 47.26 | 9.05 | - |
| YUV | 174.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 43 | 0 | 0.16 | 0.8 | 0.16 | 47.79 | 0.68 | 0.51 |
| Hex | D7 | B4 | 2B | 0 | 10 | 50 | 10 | 30 | 44 | 33 |
| Octal | 327 | 264 | 53 | 0 | 20 | 120 | 20 | 60 | 104 | 63 |
| Binary | 11010111 | 10110100 | 101011 | 0 | 10000 | 1010000 | 10000 | 110000 | 1000100 | 110011 |
Color Harmonies of #D7B42B
Complementary color
Monochromatic Colors of #D7B42B
Black with #D7B42B
Text Example
Text Example
White with #D7B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B42B; }
p { color: rgb(215,180,43); }
H1.HeaderClassName
{
color: #D7B42B;
}
.AnyTagClassName
{
color: #D7B42B;
}
</style>
background-color css
<style>
a { background-color: #D7B42B; }
a { background-color: rgb(215,180,43); }
div.DivClassName
{
background-color: #D7B42B;
}
.BgClassName
{
background-color: #D7B42B;
}
</style>
border-color css
<style>
span { border-color: #D7B42B; }
span { border-color: rgb(215,180,43); }
td.TdClassName
{
border-color: #D7B42B;
}
.TagClassName
{
border-color: #D7B42B;
}
</style>