Shades of Buddha Gold #C29816
Tints of Buddha Gold #C29816
RGB
CMYK
RGB Variations
Color information
#C29816 (or 0xC29816) is known color: Buddha Gold. HEX triplet: C2, 98 and 16. RGB value is (194,152,22). Sum of RGB (Red+Green+Blue) = 194+152+22=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29816 is #3D67E9. Grayscale: #969696. Windows color (decimal): -4024298 or 1480898. OLE color: 1480898.
HSL color Cylindrical-coordinate representation of color #C29816: hue angle of 45.35º 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 #C29816 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 22 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.24 |
| HSL | 45.35º | 0.8% | 0.42% | - |
| HSV(B) | 45.35º | 0.89% | 0.76% | - |
| XYZ | 33.62 | 33.98 | 5.55 | - |
| YUV | 149.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 22 | 0 | 0.22 | 0.89 | 0.24 | 45.35 | 0.8 | 0.42 |
| Hex | C2 | 98 | 16 | 0 | 16 | 59 | 18 | 2D | 50 | 2A |
| Octal | 302 | 230 | 26 | 0 | 26 | 131 | 30 | 55 | 120 | 52 |
| Binary | 11000010 | 10011000 | 10110 | 0 | 10110 | 1011001 | 11000 | 101101 | 1010000 | 101010 |
Color Harmonies of #C29816
Complementary color
Monochromatic Colors of #C29816
Black with #C29816
Text Example
Text Example
White with #C29816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29816; }
p { color: rgb(194,152,22); }
H1.HeaderClassName
{
color: #C29816;
}
.AnyTagClassName
{
color: #C29816;
}
</style>
background-color css
<style>
a { background-color: #C29816; }
a { background-color: rgb(194,152,22); }
div.DivClassName
{
background-color: #C29816;
}
.BgClassName
{
background-color: #C29816;
}
</style>
border-color css
<style>
span { border-color: #C29816; }
span { border-color: rgb(194,152,22); }
td.TdClassName
{
border-color: #C29816;
}
.TagClassName
{
border-color: #C29816;
}
</style>