Shades of Buddha Gold #C29E06
Tints of Buddha Gold #C29E06
RGB
CMYK
RGB Variations
Color information
#C29E06 (or 0xC29E06) is known color: Buddha Gold. HEX triplet: C2, 9E and 06. RGB value is (194,158,6). Sum of RGB (Red+Green+Blue) = 194+158+6=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E06 is #3D61F9. Grayscale: #989898. Windows color (decimal): -4022778 or 433858. OLE color: 433858.
HSL color Cylindrical-coordinate representation of color #C29E06: hue angle of 48.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C29E06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.24 |
| HSL | 48.51º | 0.94% | 0.39% | - |
| HSV(B) | 48.51º | 0.97% | 0.76% | - |
| XYZ | 34.51 | 35.94 | 5.29 | - |
| YUV | 151.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 6 | 0 | 0.19 | 0.97 | 0.24 | 48.51 | 0.94 | 0.39 |
| Hex | C2 | 9E | 6 | 0 | 13 | 61 | 18 | 31 | 5E | 27 |
| Octal | 302 | 236 | 6 | 0 | 23 | 141 | 30 | 61 | 136 | 47 |
| Binary | 11000010 | 10011110 | 110 | 0 | 10011 | 1100001 | 11000 | 110001 | 1011110 | 100111 |
Color Harmonies of #C29E06
Complementary color
Monochromatic Colors of #C29E06
Black with #C29E06
Text Example
Text Example
White with #C29E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E06; }
p { color: rgb(194,158,6); }
H1.HeaderClassName
{
color: #C29E06;
}
.AnyTagClassName
{
color: #C29E06;
}
</style>
background-color css
<style>
a { background-color: #C29E06; }
a { background-color: rgb(194,158,6); }
div.DivClassName
{
background-color: #C29E06;
}
.BgClassName
{
background-color: #C29E06;
}
</style>
border-color css
<style>
span { border-color: #C29E06; }
span { border-color: rgb(194,158,6); }
td.TdClassName
{
border-color: #C29E06;
}
.TagClassName
{
border-color: #C29E06;
}
</style>