Shades of Buddha Gold #C29D10
Tints of Buddha Gold #C29D10
RGB
CMYK
RGB Variations
Color information
#C29D10 (or 0xC29D10) is known color: Buddha Gold. HEX triplet: C2, 9D and 10. RGB value is (194,157,16). Sum of RGB (Red+Green+Blue) = 194+157+16=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D10 is #3D62EF. Grayscale: #989898. Windows color (decimal): -4023024 or 1088962. OLE color: 1088962.
HSL color Cylindrical-coordinate representation of color #C29D10: hue angle of 47.53º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C29D10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.24 |
| HSL | 47.53º | 0.85% | 0.41% | - |
| HSV(B) | 47.53º | 0.92% | 0.76% | - |
| XYZ | 34.4 | 35.62 | 5.55 | - |
| YUV | 151.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 16 | 0 | 0.19 | 0.92 | 0.24 | 47.53 | 0.85 | 0.41 |
| Hex | C2 | 9D | 10 | 0 | 13 | 5C | 18 | 30 | 55 | 29 |
| Octal | 302 | 235 | 20 | 0 | 23 | 134 | 30 | 60 | 125 | 51 |
| Binary | 11000010 | 10011101 | 10000 | 0 | 10011 | 1011100 | 11000 | 110000 | 1010101 | 101001 |
Color Harmonies of #C29D10
Complementary color
Monochromatic Colors of #C29D10
Black with #C29D10
Text Example
Text Example
White with #C29D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D10; }
p { color: rgb(194,157,16); }
H1.HeaderClassName
{
color: #C29D10;
}
.AnyTagClassName
{
color: #C29D10;
}
</style>
background-color css
<style>
a { background-color: #C29D10; }
a { background-color: rgb(194,157,16); }
div.DivClassName
{
background-color: #C29D10;
}
.BgClassName
{
background-color: #C29D10;
}
</style>
border-color css
<style>
span { border-color: #C29D10; }
span { border-color: rgb(194,157,16); }
td.TdClassName
{
border-color: #C29D10;
}
.TagClassName
{
border-color: #C29D10;
}
</style>