Shades of Gold Tips #D7B62A
Tints of Gold Tips #D7B62A
RGB
CMYK
RGB Variations
Color information
#D7B62A (or 0xD7B62A) is known color: Gold Tips. HEX triplet: D7, B6 and 2A. RGB value is (215,182,42). Sum of RGB (Red+Green+Blue) = 215+182+42=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B62A is #2849D5. Grayscale: #B0B0B0. Windows color (decimal): -2640342 or 2799319. OLE color: 2799319.
HSL color Cylindrical-coordinate representation of color #D7B62A: hue angle of 48.55º 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 #D7B62A is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 42 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.16 |
| HSL | 48.55º | 0.68% | 0.5% | - |
| HSV(B) | 48.55º | 0.8% | 0.84% | - |
| XYZ | 45.17 | 48.07 | 9.09 | - |
| YUV | 175.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 42 | 0 | 0.15 | 0.80 | 0.16 | 48.55 | 0.68 | 0.5 |
| Hex | D7 | B6 | 2A | 0 | F | 50 | 10 | 31 | 44 | 32 |
| Octal | 327 | 266 | 52 | 0 | 17 | 120 | 20 | 61 | 104 | 62 |
| Binary | 11010111 | 10110110 | 101010 | 0 | 1111 | 1010000 | 10000 | 110001 | 1000100 | 110010 |
Color Harmonies of #D7B62A
Complementary color
Monochromatic Colors of #D7B62A
Black with #D7B62A
Text Example
Text Example
White with #D7B62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B62A; }
p { color: rgb(215,182,42); }
H1.HeaderClassName
{
color: #D7B62A;
}
.AnyTagClassName
{
color: #D7B62A;
}
</style>
background-color css
<style>
a { background-color: #D7B62A; }
a { background-color: rgb(215,182,42); }
div.DivClassName
{
background-color: #D7B62A;
}
.BgClassName
{
background-color: #D7B62A;
}
</style>
border-color css
<style>
span { border-color: #D7B62A; }
span { border-color: rgb(215,182,42); }
td.TdClassName
{
border-color: #D7B62A;
}
.TagClassName
{
border-color: #D7B62A;
}
</style>