Shades of Gold Tips #D7B52A
Tints of Gold Tips #D7B52A
RGB
CMYK
RGB Variations
Color information
#D7B52A (or 0xD7B52A) is known color: Gold Tips. HEX triplet: D7, B5 and 2A. RGB value is (215,181,42). Sum of RGB (Red+Green+Blue) = 215+181+42=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B52A is #284AD5. Grayscale: #AFAFAF. Windows color (decimal): -2640598 or 2799063. OLE color: 2799063.
HSL color Cylindrical-coordinate representation of color #D7B52A: hue angle of 48.21º 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 #D7B52A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 42 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.16 |
| HSL | 48.21º | 0.68% | 0.5% | - |
| HSV(B) | 48.21º | 0.8% | 0.84% | - |
| XYZ | 44.97 | 47.66 | 9.02 | - |
| YUV | 175.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 42 | 0 | 0.16 | 0.80 | 0.16 | 48.21 | 0.68 | 0.5 |
| Hex | D7 | B5 | 2A | 0 | 10 | 50 | 10 | 30 | 44 | 32 |
| Octal | 327 | 265 | 52 | 0 | 20 | 120 | 20 | 60 | 104 | 62 |
| Binary | 11010111 | 10110101 | 101010 | 0 | 10000 | 1010000 | 10000 | 110000 | 1000100 | 110010 |
Color Harmonies of #D7B52A
Complementary color
Monochromatic Colors of #D7B52A
Black with #D7B52A
Text Example
Text Example
White with #D7B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B52A; }
p { color: rgb(215,181,42); }
H1.HeaderClassName
{
color: #D7B52A;
}
.AnyTagClassName
{
color: #D7B52A;
}
</style>
background-color css
<style>
a { background-color: #D7B52A; }
a { background-color: rgb(215,181,42); }
div.DivClassName
{
background-color: #D7B52A;
}
.BgClassName
{
background-color: #D7B52A;
}
</style>
border-color css
<style>
span { border-color: #D7B52A; }
span { border-color: rgb(215,181,42); }
td.TdClassName
{
border-color: #D7B52A;
}
.TagClassName
{
border-color: #D7B52A;
}
</style>