Shades of Buddha Gold #C29E07
Tints of Buddha Gold #C29E07
RGB
CMYK
RGB Variations
Color information
#C29E07 (or 0xC29E07) is known color: Buddha Gold. HEX triplet: C2, 9E and 07. RGB value is (194,158,7). Sum of RGB (Red+Green+Blue) = 194+158+7=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E07 is #3D61F8. Grayscale: #989898. Windows color (decimal): -4022777 or 499394. OLE color: 499394.
HSL color Cylindrical-coordinate representation of color #C29E07: hue angle of 48.45º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29E07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.24 |
| HSL | 48.45º | 0.93% | 0.39% | - |
| HSV(B) | 48.45º | 0.96% | 0.76% | - |
| XYZ | 34.51 | 35.94 | 5.32 | - |
| YUV | 151.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 7 | 0 | 0.19 | 0.96 | 0.24 | 48.45 | 0.93 | 0.39 |
| Hex | C2 | 9E | 7 | 0 | 13 | 60 | 18 | 30 | 5D | 27 |
| Octal | 302 | 236 | 7 | 0 | 23 | 140 | 30 | 60 | 135 | 47 |
| Binary | 11000010 | 10011110 | 111 | 0 | 10011 | 1100000 | 11000 | 110000 | 1011101 | 100111 |
Color Harmonies of #C29E07
Complementary color
Monochromatic Colors of #C29E07
Black with #C29E07
Text Example
Text Example
White with #C29E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E07; }
p { color: rgb(194,158,7); }
H1.HeaderClassName
{
color: #C29E07;
}
.AnyTagClassName
{
color: #C29E07;
}
</style>
background-color css
<style>
a { background-color: #C29E07; }
a { background-color: rgb(194,158,7); }
div.DivClassName
{
background-color: #C29E07;
}
.BgClassName
{
background-color: #C29E07;
}
</style>
border-color css
<style>
span { border-color: #C29E07; }
span { border-color: rgb(194,158,7); }
td.TdClassName
{
border-color: #C29E07;
}
.TagClassName
{
border-color: #C29E07;
}
</style>