Shades of Buddha Gold #C29A10
Tints of Buddha Gold #C29A10
RGB
CMYK
RGB Variations
Color information
#C29A10 (or 0xC29A10) is known color: Buddha Gold. HEX triplet: C2, 9A and 10. RGB value is (194,154,16). Sum of RGB (Red+Green+Blue) = 194+154+16=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A10 is #3D65EF. Grayscale: #969696. Windows color (decimal): -4023792 or 1088194. OLE color: 1088194.
HSL color Cylindrical-coordinate representation of color #C29A10: hue angle of 46.52º 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 #C29A10 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.24 |
| HSL | 46.52º | 0.85% | 0.41% | - |
| HSV(B) | 46.52º | 0.92% | 0.76% | - |
| XYZ | 33.9 | 34.62 | 5.39 | - |
| YUV | 150.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 16 | 0 | 0.21 | 0.92 | 0.24 | 46.52 | 0.85 | 0.41 |
| Hex | C2 | 9A | 10 | 0 | 15 | 5C | 18 | 2F | 55 | 29 |
| Octal | 302 | 232 | 20 | 0 | 25 | 134 | 30 | 57 | 125 | 51 |
| Binary | 11000010 | 10011010 | 10000 | 0 | 10101 | 1011100 | 11000 | 101111 | 1010101 | 101001 |
Color Harmonies of #C29A10
Complementary color
Monochromatic Colors of #C29A10
Black with #C29A10
Text Example
Text Example
White with #C29A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A10; }
p { color: rgb(194,154,16); }
H1.HeaderClassName
{
color: #C29A10;
}
.AnyTagClassName
{
color: #C29A10;
}
</style>
background-color css
<style>
a { background-color: #C29A10; }
a { background-color: rgb(194,154,16); }
div.DivClassName
{
background-color: #C29A10;
}
.BgClassName
{
background-color: #C29A10;
}
</style>
border-color css
<style>
span { border-color: #C29A10; }
span { border-color: rgb(194,154,16); }
td.TdClassName
{
border-color: #C29A10;
}
.TagClassName
{
border-color: #C29A10;
}
</style>