Shades of Buddha Gold #C29415
Tints of Buddha Gold #C29415
RGB
CMYK
RGB Variations
Color information
#C29415 (or 0xC29415) is known color: Buddha Gold. HEX triplet: C2, 94 and 15. RGB value is (194,148,21). Sum of RGB (Red+Green+Blue) = 194+148+21=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29415 is #3D6BEA. Grayscale: #939393. Windows color (decimal): -4025323 or 1414338. OLE color: 1414338.
HSL color Cylindrical-coordinate representation of color #C29415: hue angle of 44.05º 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 #C29415 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 21 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.24 |
| HSL | 44.05º | 0.8% | 0.42% | - |
| HSV(B) | 44.05º | 0.89% | 0.76% | - |
| XYZ | 32.97 | 32.7 | 5.28 | - |
| YUV | 147.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 21 | 0 | 0.24 | 0.89 | 0.24 | 44.05 | 0.8 | 0.42 |
| Hex | C2 | 94 | 15 | 0 | 18 | 59 | 18 | 2C | 50 | 2A |
| Octal | 302 | 224 | 25 | 0 | 30 | 131 | 30 | 54 | 120 | 52 |
| Binary | 11000010 | 10010100 | 10101 | 0 | 11000 | 1011001 | 11000 | 101100 | 1010000 | 101010 |
Color Harmonies of #C29415
Complementary color
Monochromatic Colors of #C29415
Black with #C29415
Text Example
Text Example
White with #C29415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29415; }
p { color: rgb(194,148,21); }
H1.HeaderClassName
{
color: #C29415;
}
.AnyTagClassName
{
color: #C29415;
}
</style>
background-color css
<style>
a { background-color: #C29415; }
a { background-color: rgb(194,148,21); }
div.DivClassName
{
background-color: #C29415;
}
.BgClassName
{
background-color: #C29415;
}
</style>
border-color css
<style>
span { border-color: #C29415; }
span { border-color: rgb(194,148,21); }
td.TdClassName
{
border-color: #C29415;
}
.TagClassName
{
border-color: #C29415;
}
</style>