Shades of Buddha Gold #C29A07
Tints of Buddha Gold #C29A07
RGB
CMYK
RGB Variations
Color information
#C29A07 (or 0xC29A07) is known color: Buddha Gold. HEX triplet: C2, 9A and 07. RGB value is (194,154,7). Sum of RGB (Red+Green+Blue) = 194+154+7=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A07 is #3D65F8. Grayscale: #959595. Windows color (decimal): -4023801 or 498370. OLE color: 498370.
HSL color Cylindrical-coordinate representation of color #C29A07: hue angle of 47.17º 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 #C29A07 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 7 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.24 |
| HSL | 47.17º | 0.93% | 0.39% | - |
| HSV(B) | 47.17º | 0.96% | 0.76% | - |
| XYZ | 33.84 | 34.6 | 5.1 | - |
| YUV | 149.2 | 47.75 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 7 | 0 | 0.21 | 0.96 | 0.24 | 47.17 | 0.93 | 0.39 |
| Hex | C2 | 9A | 7 | 0 | 15 | 60 | 18 | 2F | 5D | 27 |
| Octal | 302 | 232 | 7 | 0 | 25 | 140 | 30 | 57 | 135 | 47 |
| Binary | 11000010 | 10011010 | 111 | 0 | 10101 | 1100000 | 11000 | 101111 | 1011101 | 100111 |
Color Harmonies of #C29A07
Complementary color
Monochromatic Colors of #C29A07
Black with #C29A07
Text Example
Text Example
White with #C29A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A07; }
p { color: rgb(194,154,7); }
H1.HeaderClassName
{
color: #C29A07;
}
.AnyTagClassName
{
color: #C29A07;
}
</style>
background-color css
<style>
a { background-color: #C29A07; }
a { background-color: rgb(194,154,7); }
div.DivClassName
{
background-color: #C29A07;
}
.BgClassName
{
background-color: #C29A07;
}
</style>
border-color css
<style>
span { border-color: #C29A07; }
span { border-color: rgb(194,154,7); }
td.TdClassName
{
border-color: #C29A07;
}
.TagClassName
{
border-color: #C29A07;
}
</style>