Shades of Buddha Gold #C29C04
Tints of Buddha Gold #C29C04
RGB
CMYK
RGB Variations
Color information
#C29C04 (or 0xC29C04) is known color: Buddha Gold. HEX triplet: C2, 9C and 04. RGB value is (194,156,4). Sum of RGB (Red+Green+Blue) = 194+156+4=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C04 is #3D63FB. Grayscale: #969696. Windows color (decimal): -4023292 or 302274. OLE color: 302274.
HSL color Cylindrical-coordinate representation of color #C29C04: hue angle of 48º 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 #C29C04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.24 |
| HSL | 48º | 0.96% | 0.39% | - |
| HSV(B) | 48º | 0.98% | 0.76% | - |
| XYZ | 34.16 | 35.26 | 5.12 | - |
| YUV | 150.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 4 | 0 | 0.20 | 0.98 | 0.24 | 48 | 0.96 | 0.39 |
| Hex | C2 | 9C | 4 | 0 | 14 | 62 | 18 | 30 | 60 | 27 |
| Octal | 302 | 234 | 4 | 0 | 24 | 142 | 30 | 60 | 140 | 47 |
| Binary | 11000010 | 10011100 | 100 | 0 | 10100 | 1100010 | 11000 | 110000 | 1100000 | 100111 |
Color Harmonies of #C29C04
Complementary color
Monochromatic Colors of #C29C04
Black with #C29C04
Text Example
Text Example
White with #C29C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C04; }
p { color: rgb(194,156,4); }
H1.HeaderClassName
{
color: #C29C04;
}
.AnyTagClassName
{
color: #C29C04;
}
</style>
background-color css
<style>
a { background-color: #C29C04; }
a { background-color: rgb(194,156,4); }
div.DivClassName
{
background-color: #C29C04;
}
.BgClassName
{
background-color: #C29C04;
}
</style>
border-color css
<style>
span { border-color: #C29C04; }
span { border-color: rgb(194,156,4); }
td.TdClassName
{
border-color: #C29C04;
}
.TagClassName
{
border-color: #C29C04;
}
</style>