Shades of Gold Tips #D6B12A
Tints of Gold Tips #D6B12A
RGB
CMYK
RGB Variations
Color information
#D6B12A (or 0xD6B12A) is known color: Gold Tips. HEX triplet: D6, B1 and 2A. RGB value is (214,177,42). Sum of RGB (Red+Green+Blue) = 214+177+42=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B12A is #294ED5. Grayscale: #ADADAD. Windows color (decimal): -2707158 or 2798038. OLE color: 2798038.
HSL color Cylindrical-coordinate representation of color #D6B12A: hue angle of 47.09º 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 #D6B12A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 42 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.16 |
| HSL | 47.09º | 0.68% | 0.5% | - |
| HSV(B) | 47.09º | 0.8% | 0.84% | - |
| XYZ | 43.87 | 45.91 | 8.74 | - |
| YUV | 172.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 42 | 0 | 0.17 | 0.80 | 0.16 | 47.09 | 0.68 | 0.5 |
| Hex | D6 | B1 | 2A | 0 | 11 | 50 | 10 | 2F | 44 | 32 |
| Octal | 326 | 261 | 52 | 0 | 21 | 120 | 20 | 57 | 104 | 62 |
| Binary | 11010110 | 10110001 | 101010 | 0 | 10001 | 1010000 | 10000 | 101111 | 1000100 | 110010 |
Color Harmonies of #D6B12A
Complementary color
Monochromatic Colors of #D6B12A
Black with #D6B12A
Text Example
Text Example
White with #D6B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B12A; }
p { color: rgb(214,177,42); }
H1.HeaderClassName
{
color: #D6B12A;
}
.AnyTagClassName
{
color: #D6B12A;
}
</style>
background-color css
<style>
a { background-color: #D6B12A; }
a { background-color: rgb(214,177,42); }
div.DivClassName
{
background-color: #D6B12A;
}
.BgClassName
{
background-color: #D6B12A;
}
</style>
border-color css
<style>
span { border-color: #D6B12A; }
span { border-color: rgb(214,177,42); }
td.TdClassName
{
border-color: #D6B12A;
}
.TagClassName
{
border-color: #D6B12A;
}
</style>