Shades of Buddha Gold #C29D25
Tints of Buddha Gold #C29D25
RGB
CMYK
RGB Variations
Color information
#C29D25 (or 0xC29D25) is known color: Buddha Gold. HEX triplet: C2, 9D and 25. RGB value is (194,157,37). Sum of RGB (Red+Green+Blue) = 194+157+37=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D25 is #3D62DA. Grayscale: #9A9A9A. Windows color (decimal): -4023003 or 2465218. OLE color: 2465218.
HSL color Cylindrical-coordinate representation of color #C29D25: hue angle of 45.86º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C29D25 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 37 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.24 |
| HSL | 45.86º | 0.68% | 0.45% | - |
| HSV(B) | 45.86º | 0.81% | 0.76% | - |
| XYZ | 34.64 | 35.72 | 6.82 | - |
| YUV | 154.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 37 | 0 | 0.19 | 0.81 | 0.24 | 45.86 | 0.68 | 0.45 |
| Hex | C2 | 9D | 25 | 0 | 13 | 51 | 18 | 2E | 44 | 2D |
| Octal | 302 | 235 | 45 | 0 | 23 | 121 | 30 | 56 | 104 | 55 |
| Binary | 11000010 | 10011101 | 100101 | 0 | 10011 | 1010001 | 11000 | 101110 | 1000100 | 101101 |
Color Harmonies of #C29D25
Complementary color
Monochromatic Colors of #C29D25
Black with #C29D25
Text Example
Text Example
White with #C29D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D25; }
p { color: rgb(194,157,37); }
H1.HeaderClassName
{
color: #C29D25;
}
.AnyTagClassName
{
color: #C29D25;
}
</style>
background-color css
<style>
a { background-color: #C29D25; }
a { background-color: rgb(194,157,37); }
div.DivClassName
{
background-color: #C29D25;
}
.BgClassName
{
background-color: #C29D25;
}
</style>
border-color css
<style>
span { border-color: #C29D25; }
span { border-color: rgb(194,157,37); }
td.TdClassName
{
border-color: #C29D25;
}
.TagClassName
{
border-color: #C29D25;
}
</style>