Shades of Buddha Gold #C29016
Tints of Buddha Gold #C29016
RGB
CMYK
RGB Variations
Color information
#C29016 (or 0xC29016) is known color: Buddha Gold. HEX triplet: C2, 90 and 16. RGB value is (194,144,22). Sum of RGB (Red+Green+Blue) = 194+144+22=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29016 is #3D6FE9. Grayscale: #919191. Windows color (decimal): -4026346 or 1478850. OLE color: 1478850.
HSL color Cylindrical-coordinate representation of color #C29016: hue angle of 42.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C29016 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.24 |
| HSL | 42.56º | 0.8% | 0.42% | - |
| HSV(B) | 42.56º | 0.89% | 0.76% | - |
| XYZ | 32.37 | 31.47 | 5.13 | - |
| YUV | 145.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 22 | 0 | 0.26 | 0.89 | 0.24 | 42.56 | 0.8 | 0.42 |
| Hex | C2 | 90 | 16 | 0 | 1A | 59 | 18 | 2B | 50 | 2A |
| Octal | 302 | 220 | 26 | 0 | 32 | 131 | 30 | 53 | 120 | 52 |
| Binary | 11000010 | 10010000 | 10110 | 0 | 11010 | 1011001 | 11000 | 101011 | 1010000 | 101010 |
Color Harmonies of #C29016
Complementary color
Monochromatic Colors of #C29016
Black with #C29016
Text Example
Text Example
White with #C29016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29016; }
p { color: rgb(194,144,22); }
H1.HeaderClassName
{
color: #C29016;
}
.AnyTagClassName
{
color: #C29016;
}
</style>
background-color css
<style>
a { background-color: #C29016; }
a { background-color: rgb(194,144,22); }
div.DivClassName
{
background-color: #C29016;
}
.BgClassName
{
background-color: #C29016;
}
</style>
border-color css
<style>
span { border-color: #C29016; }
span { border-color: rgb(194,144,22); }
td.TdClassName
{
border-color: #C29016;
}
.TagClassName
{
border-color: #C29016;
}
</style>