Shades of Buddha Gold #C29D04
Tints of Buddha Gold #C29D04
RGB
CMYK
RGB Variations
Color information
#C29D04 (or 0xC29D04) is known color: Buddha Gold. HEX triplet: C2, 9D and 04. RGB value is (194,157,4). Sum of RGB (Red+Green+Blue) = 194+157+4=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D04 is #3D62FB. Grayscale: #979797. Windows color (decimal): -4023036 or 302530. OLE color: 302530.
HSL color Cylindrical-coordinate representation of color #C29D04: hue angle of 48.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C29D04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.24 |
| HSL | 48.32º | 0.96% | 0.39% | - |
| HSV(B) | 48.32º | 0.98% | 0.76% | - |
| XYZ | 34.33 | 35.59 | 5.18 | - |
| YUV | 150.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 4 | 0 | 0.19 | 0.98 | 0.24 | 48.32 | 0.96 | 0.39 |
| Hex | C2 | 9D | 4 | 0 | 13 | 62 | 18 | 30 | 60 | 27 |
| Octal | 302 | 235 | 4 | 0 | 23 | 142 | 30 | 60 | 140 | 47 |
| Binary | 11000010 | 10011101 | 100 | 0 | 10011 | 1100010 | 11000 | 110000 | 1100000 | 100111 |
Color Harmonies of #C29D04
Complementary color
Monochromatic Colors of #C29D04
Black with #C29D04
Text Example
Text Example
White with #C29D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D04; }
p { color: rgb(194,157,4); }
H1.HeaderClassName
{
color: #C29D04;
}
.AnyTagClassName
{
color: #C29D04;
}
</style>
background-color css
<style>
a { background-color: #C29D04; }
a { background-color: rgb(194,157,4); }
div.DivClassName
{
background-color: #C29D04;
}
.BgClassName
{
background-color: #C29D04;
}
</style>
border-color css
<style>
span { border-color: #C29D04; }
span { border-color: rgb(194,157,4); }
td.TdClassName
{
border-color: #C29D04;
}
.TagClassName
{
border-color: #C29D04;
}
</style>