Shades of Gold Tips #D7B02A
Tints of Gold Tips #D7B02A
RGB
CMYK
RGB Variations
Color information
#D7B02A (or 0xD7B02A) is known color: Gold Tips. HEX triplet: D7, B0 and 2A. RGB value is (215,176,42). Sum of RGB (Red+Green+Blue) = 215+176+42=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B02A is #284FD5. Grayscale: #ACACAC. Windows color (decimal): -2641878 or 2797783. OLE color: 2797783.
HSL color Cylindrical-coordinate representation of color #D7B02A: hue angle of 46.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 #D7B02A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.16 |
| HSL | 46.47º | 0.68% | 0.5% | - |
| HSV(B) | 46.47º | 0.8% | 0.84% | - |
| XYZ | 43.97 | 45.66 | 8.69 | - |
| YUV | 172.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 42 | 0 | 0.18 | 0.80 | 0.16 | 46.47 | 0.68 | 0.5 |
| Hex | D7 | B0 | 2A | 0 | 12 | 50 | 10 | 2E | 44 | 32 |
| Octal | 327 | 260 | 52 | 0 | 22 | 120 | 20 | 56 | 104 | 62 |
| Binary | 11010111 | 10110000 | 101010 | 0 | 10010 | 1010000 | 10000 | 101110 | 1000100 | 110010 |
Color Harmonies of #D7B02A
Complementary color
Monochromatic Colors of #D7B02A
Black with #D7B02A
Text Example
Text Example
White with #D7B02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B02A; }
p { color: rgb(215,176,42); }
H1.HeaderClassName
{
color: #D7B02A;
}
.AnyTagClassName
{
color: #D7B02A;
}
</style>
background-color css
<style>
a { background-color: #D7B02A; }
a { background-color: rgb(215,176,42); }
div.DivClassName
{
background-color: #D7B02A;
}
.BgClassName
{
background-color: #D7B02A;
}
</style>
border-color css
<style>
span { border-color: #D7B02A; }
span { border-color: rgb(215,176,42); }
td.TdClassName
{
border-color: #D7B02A;
}
.TagClassName
{
border-color: #D7B02A;
}
</style>