Shades of Gold Tips #D7B12A
Tints of Gold Tips #D7B12A
RGB
CMYK
RGB Variations
Color information
#D7B12A (or 0xD7B12A) is known color: Gold Tips. HEX triplet: D7, B1 and 2A. RGB value is (215,177,42). Sum of RGB (Red+Green+Blue) = 215+177+42=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B12A is #284ED5. Grayscale: #ADADAD. Windows color (decimal): -2641622 or 2798039. OLE color: 2798039.
HSL color Cylindrical-coordinate representation of color #D7B12A: hue angle of 46.82º 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 #D7B12A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.16 |
| HSL | 46.82º | 0.68% | 0.5% | - |
| HSV(B) | 46.82º | 0.8% | 0.84% | - |
| XYZ | 44.16 | 46.06 | 8.75 | - |
| YUV | 172.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 42 | 0 | 0.18 | 0.80 | 0.16 | 46.82 | 0.68 | 0.5 |
| Hex | D7 | B1 | 2A | 0 | 12 | 50 | 10 | 2F | 44 | 32 |
| Octal | 327 | 261 | 52 | 0 | 22 | 120 | 20 | 57 | 104 | 62 |
| Binary | 11010111 | 10110001 | 101010 | 0 | 10010 | 1010000 | 10000 | 101111 | 1000100 | 110010 |
Color Harmonies of #D7B12A
Complementary color
Monochromatic Colors of #D7B12A
Black with #D7B12A
Text Example
Text Example
White with #D7B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B12A; }
p { color: rgb(215,177,42); }
H1.HeaderClassName
{
color: #D7B12A;
}
.AnyTagClassName
{
color: #D7B12A;
}
</style>
background-color css
<style>
a { background-color: #D7B12A; }
a { background-color: rgb(215,177,42); }
div.DivClassName
{
background-color: #D7B12A;
}
.BgClassName
{
background-color: #D7B12A;
}
</style>
border-color css
<style>
span { border-color: #D7B12A; }
span { border-color: rgb(215,177,42); }
td.TdClassName
{
border-color: #D7B12A;
}
.TagClassName
{
border-color: #D7B12A;
}
</style>