Shades of Gold Tips #D7B72C
Tints of Gold Tips #D7B72C
RGB
CMYK
RGB Variations
Color information
#D7B72C (or 0xD7B72C) is known color: Gold Tips. HEX triplet: D7, B7 and 2C. RGB value is (215,183,44). Sum of RGB (Red+Green+Blue) = 215+183+44=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B72C is #2848D3. Grayscale: #B1B1B1. Windows color (decimal): -2640084 or 2930647. OLE color: 2930647.
HSL color Cylindrical-coordinate representation of color #D7B72C: hue angle of 48.77º 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 #D7B72C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 44 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.16 |
| HSL | 48.77º | 0.68% | 0.51% | - |
| HSV(B) | 48.77º | 0.8% | 0.84% | - |
| XYZ | 45.41 | 48.5 | 9.35 | - |
| YUV | 176.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 44 | 0 | 0.15 | 0.80 | 0.16 | 48.77 | 0.68 | 0.51 |
| Hex | D7 | B7 | 2C | 0 | F | 50 | 10 | 31 | 44 | 33 |
| Octal | 327 | 267 | 54 | 0 | 17 | 120 | 20 | 61 | 104 | 63 |
| Binary | 11010111 | 10110111 | 101100 | 0 | 1111 | 1010000 | 10000 | 110001 | 1000100 | 110011 |
Color Harmonies of #D7B72C
Complementary color
Monochromatic Colors of #D7B72C
Black with #D7B72C
Text Example
Text Example
White with #D7B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B72C; }
p { color: rgb(215,183,44); }
H1.HeaderClassName
{
color: #D7B72C;
}
.AnyTagClassName
{
color: #D7B72C;
}
</style>
background-color css
<style>
a { background-color: #D7B72C; }
a { background-color: rgb(215,183,44); }
div.DivClassName
{
background-color: #D7B72C;
}
.BgClassName
{
background-color: #D7B72C;
}
</style>
border-color css
<style>
span { border-color: #D7B72C; }
span { border-color: rgb(215,183,44); }
td.TdClassName
{
border-color: #D7B72C;
}
.TagClassName
{
border-color: #D7B72C;
}
</style>