Shades of Gold Tips #D6B72A
Tints of Gold Tips #D6B72A
RGB
CMYK
RGB Variations
Color information
#D6B72A (or 0xD6B72A) is known color: Gold Tips. HEX triplet: D6, B7 and 2A. RGB value is (214,183,42). Sum of RGB (Red+Green+Blue) = 214+183+42=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B72A is #2948D5. Grayscale: #B0B0B0. Windows color (decimal): -2705622 or 2799574. OLE color: 2799574.
HSL color Cylindrical-coordinate representation of color #D6B72A: hue angle of 49.19º 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 #D6B72A is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 42 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.16 |
| HSL | 49.19º | 0.68% | 0.5% | - |
| HSV(B) | 49.19º | 0.8% | 0.84% | - |
| XYZ | 45.08 | 48.33 | 9.14 | - |
| YUV | 176.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 42 | 0 | 0.14 | 0.80 | 0.16 | 49.19 | 0.68 | 0.5 |
| Hex | D6 | B7 | 2A | 0 | E | 50 | 10 | 31 | 44 | 32 |
| Octal | 326 | 267 | 52 | 0 | 16 | 120 | 20 | 61 | 104 | 62 |
| Binary | 11010110 | 10110111 | 101010 | 0 | 1110 | 1010000 | 10000 | 110001 | 1000100 | 110010 |
Color Harmonies of #D6B72A
Complementary color
Monochromatic Colors of #D6B72A
Black with #D6B72A
Text Example
Text Example
White with #D6B72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B72A; }
p { color: rgb(214,183,42); }
H1.HeaderClassName
{
color: #D6B72A;
}
.AnyTagClassName
{
color: #D6B72A;
}
</style>
background-color css
<style>
a { background-color: #D6B72A; }
a { background-color: rgb(214,183,42); }
div.DivClassName
{
background-color: #D6B72A;
}
.BgClassName
{
background-color: #D6B72A;
}
</style>
border-color css
<style>
span { border-color: #D6B72A; }
span { border-color: rgb(214,183,42); }
td.TdClassName
{
border-color: #D6B72A;
}
.TagClassName
{
border-color: #D6B72A;
}
</style>