Shades of Gold Tips #D7B12B
Tints of Gold Tips #D7B12B
RGB
CMYK
RGB Variations
Color information
#D7B12B (or 0xD7B12B) is known color: Gold Tips. HEX triplet: D7, B1 and 2B. RGB value is (215,177,43). Sum of RGB (Red+Green+Blue) = 215+177+43=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B12B is #284ED4. Grayscale: #ADADAD. Windows color (decimal): -2641621 or 2863575. OLE color: 2863575.
HSL color Cylindrical-coordinate representation of color #D7B12B: hue angle of 46.74º 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 #D7B12B is Cyan = 0, Magento = 0.18, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 43 | - |
| CMYK | 0 | 0.18 | 0.8 | 0.16 |
| HSL | 46.74º | 0.68% | 0.51% | - |
| HSV(B) | 46.74º | 0.8% | 0.84% | - |
| XYZ | 44.18 | 46.07 | 8.85 | - |
| YUV | 173.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 43 | 0 | 0.18 | 0.8 | 0.16 | 46.74 | 0.68 | 0.51 |
| Hex | D7 | B1 | 2B | 0 | 12 | 50 | 10 | 2F | 44 | 33 |
| Octal | 327 | 261 | 53 | 0 | 22 | 120 | 20 | 57 | 104 | 63 |
| Binary | 11010111 | 10110001 | 101011 | 0 | 10010 | 1010000 | 10000 | 101111 | 1000100 | 110011 |
Color Harmonies of #D7B12B
Complementary color
Monochromatic Colors of #D7B12B
Black with #D7B12B
Text Example
Text Example
White with #D7B12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B12B; }
p { color: rgb(215,177,43); }
H1.HeaderClassName
{
color: #D7B12B;
}
.AnyTagClassName
{
color: #D7B12B;
}
</style>
background-color css
<style>
a { background-color: #D7B12B; }
a { background-color: rgb(215,177,43); }
div.DivClassName
{
background-color: #D7B12B;
}
.BgClassName
{
background-color: #D7B12B;
}
</style>
border-color css
<style>
span { border-color: #D7B12B; }
span { border-color: rgb(215,177,43); }
td.TdClassName
{
border-color: #D7B12B;
}
.TagClassName
{
border-color: #D7B12B;
}
</style>