Shades of Buddha Gold #C29D18
Tints of Buddha Gold #C29D18
RGB
CMYK
RGB Variations
Color information
#C29D18 (or 0xC29D18) is known color: Buddha Gold. HEX triplet: C2, 9D and 18. RGB value is (194,157,24). Sum of RGB (Red+Green+Blue) = 194+157+24=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D18 is #3D62E7. Grayscale: #999999. Windows color (decimal): -4023016 or 1613250. OLE color: 1613250.
HSL color Cylindrical-coordinate representation of color #C29D18: hue angle of 46.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C29D18 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 24 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.24 |
| HSL | 46.94º | 0.78% | 0.43% | - |
| HSV(B) | 46.94º | 0.88% | 0.76% | - |
| XYZ | 34.47 | 35.65 | 5.93 | - |
| YUV | 152.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 24 | 0 | 0.19 | 0.88 | 0.24 | 46.94 | 0.78 | 0.43 |
| Hex | C2 | 9D | 18 | 0 | 13 | 58 | 18 | 2F | 4E | 2B |
| Octal | 302 | 235 | 30 | 0 | 23 | 130 | 30 | 57 | 116 | 53 |
| Binary | 11000010 | 10011101 | 11000 | 0 | 10011 | 1011000 | 11000 | 101111 | 1001110 | 101011 |
Color Harmonies of #C29D18
Complementary color
Monochromatic Colors of #C29D18
Black with #C29D18
Text Example
Text Example
White with #C29D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D18; }
p { color: rgb(194,157,24); }
H1.HeaderClassName
{
color: #C29D18;
}
.AnyTagClassName
{
color: #C29D18;
}
</style>
background-color css
<style>
a { background-color: #C29D18; }
a { background-color: rgb(194,157,24); }
div.DivClassName
{
background-color: #C29D18;
}
.BgClassName
{
background-color: #C29D18;
}
</style>
border-color css
<style>
span { border-color: #C29D18; }
span { border-color: rgb(194,157,24); }
td.TdClassName
{
border-color: #C29D18;
}
.TagClassName
{
border-color: #C29D18;
}
</style>