Shades of Gold Tips #D6BA29
Tints of Gold Tips #D6BA29
RGB
CMYK
RGB Variations
Color information
#D6BA29 (or 0xD6BA29) is known color: Gold Tips. HEX triplet: D6, BA and 29. RGB value is (214,186,41). Sum of RGB (Red+Green+Blue) = 214+186+41=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA29 is #2945D6. Grayscale: #B2B2B2. Windows color (decimal): -2704855 or 2734806. OLE color: 2734806.
HSL color Cylindrical-coordinate representation of color #D6BA29: hue angle of 50.29º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6BA29 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 41 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.16 |
| HSL | 50.29º | 0.68% | 0.5% | - |
| HSV(B) | 50.29º | 0.81% | 0.84% | - |
| XYZ | 45.69 | 49.57 | 9.26 | - |
| YUV | 177.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 41 | 0 | 0.13 | 0.81 | 0.16 | 50.29 | 0.68 | 0.5 |
| Hex | D6 | BA | 29 | 0 | D | 51 | 10 | 32 | 44 | 32 |
| Octal | 326 | 272 | 51 | 0 | 15 | 121 | 20 | 62 | 104 | 62 |
| Binary | 11010110 | 10111010 | 101001 | 0 | 1101 | 1010001 | 10000 | 110010 | 1000100 | 110010 |
Color Harmonies of #D6BA29
Complementary color
Monochromatic Colors of #D6BA29
Black with #D6BA29
Text Example
Text Example
White with #D6BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA29; }
p { color: rgb(214,186,41); }
H1.HeaderClassName
{
color: #D6BA29;
}
.AnyTagClassName
{
color: #D6BA29;
}
</style>
background-color css
<style>
a { background-color: #D6BA29; }
a { background-color: rgb(214,186,41); }
div.DivClassName
{
background-color: #D6BA29;
}
.BgClassName
{
background-color: #D6BA29;
}
</style>
border-color css
<style>
span { border-color: #D6BA29; }
span { border-color: rgb(214,186,41); }
td.TdClassName
{
border-color: #D6BA29;
}
.TagClassName
{
border-color: #D6BA29;
}
</style>