Shades of Buddha Gold #C29619
Tints of Buddha Gold #C29619
RGB
CMYK
RGB Variations
Color information
#C29619 (or 0xC29619) is known color: Buddha Gold. HEX triplet: C2, 96 and 19. RGB value is (194,150,25). Sum of RGB (Red+Green+Blue) = 194+150+25=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C29619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29619 is #3D69E6. Grayscale: #959595. Windows color (decimal): -4024807 or 1676994. OLE color: 1676994.
HSL color Cylindrical-coordinate representation of color #C29619: hue angle of 44.38º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C29619 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 25 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.24 |
| HSL | 44.38º | 0.77% | 0.43% | - |
| HSV(B) | 44.38º | 0.87% | 0.76% | - |
| XYZ | 33.33 | 33.35 | 5.6 | - |
| YUV | 148.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 25 | 0 | 0.23 | 0.87 | 0.24 | 44.38 | 0.77 | 0.43 |
| Hex | C2 | 96 | 19 | 0 | 17 | 57 | 18 | 2C | 4D | 2B |
| Octal | 302 | 226 | 31 | 0 | 27 | 127 | 30 | 54 | 115 | 53 |
| Binary | 11000010 | 10010110 | 11001 | 0 | 10111 | 1010111 | 11000 | 101100 | 1001101 | 101011 |
Color Harmonies of #C29619
Complementary color
Monochromatic Colors of #C29619
Black with #C29619
Text Example
Text Example
White with #C29619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29619; }
p { color: rgb(194,150,25); }
H1.HeaderClassName
{
color: #C29619;
}
.AnyTagClassName
{
color: #C29619;
}
</style>
background-color css
<style>
a { background-color: #C29619; }
a { background-color: rgb(194,150,25); }
div.DivClassName
{
background-color: #C29619;
}
.BgClassName
{
background-color: #C29619;
}
</style>
border-color css
<style>
span { border-color: #C29619; }
span { border-color: rgb(194,150,25); }
td.TdClassName
{
border-color: #C29619;
}
.TagClassName
{
border-color: #C29619;
}
</style>