Shades of Buddha Gold #C29411
Tints of Buddha Gold #C29411
RGB
CMYK
RGB Variations
Color information
#C29411 (or 0xC29411) is known color: Buddha Gold. HEX triplet: C2, 94 and 11. RGB value is (194,148,17). Sum of RGB (Red+Green+Blue) = 194+148+17=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29411 is #3D6BEE. Grayscale: #939393. Windows color (decimal): -4025327 or 1152194. OLE color: 1152194.
HSL color Cylindrical-coordinate representation of color #C29411: hue angle of 44.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29411 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.24 |
| HSL | 44.41º | 0.84% | 0.41% | - |
| HSV(B) | 44.41º | 0.91% | 0.76% | - |
| XYZ | 32.94 | 32.69 | 5.1 | - |
| YUV | 146.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 17 | 0 | 0.24 | 0.91 | 0.24 | 44.41 | 0.84 | 0.41 |
| Hex | C2 | 94 | 11 | 0 | 18 | 5B | 18 | 2C | 54 | 29 |
| Octal | 302 | 224 | 21 | 0 | 30 | 133 | 30 | 54 | 124 | 51 |
| Binary | 11000010 | 10010100 | 10001 | 0 | 11000 | 1011011 | 11000 | 101100 | 1010100 | 101001 |
Color Harmonies of #C29411
Complementary color
Monochromatic Colors of #C29411
Black with #C29411
Text Example
Text Example
White with #C29411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29411; }
p { color: rgb(194,148,17); }
H1.HeaderClassName
{
color: #C29411;
}
.AnyTagClassName
{
color: #C29411;
}
</style>
background-color css
<style>
a { background-color: #C29411; }
a { background-color: rgb(194,148,17); }
div.DivClassName
{
background-color: #C29411;
}
.BgClassName
{
background-color: #C29411;
}
</style>
border-color css
<style>
span { border-color: #C29411; }
span { border-color: rgb(194,148,17); }
td.TdClassName
{
border-color: #C29411;
}
.TagClassName
{
border-color: #C29411;
}
</style>