Shades of Buddha Gold #C29905
Tints of Buddha Gold #C29905
RGB
CMYK
RGB Variations
Color information
#C29905 (or 0xC29905) is known color: Buddha Gold. HEX triplet: C2, 99 and 05. RGB value is (194,153,5). Sum of RGB (Red+Green+Blue) = 194+153+5=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29905 is #3D66FA. Grayscale: #959595. Windows color (decimal): -4024059 or 367042. OLE color: 367042.
HSL color Cylindrical-coordinate representation of color #C29905: hue angle of 46.98º degrees, saturation: 0.95, 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 #C29905 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.24 |
| HSL | 46.98º | 0.95% | 0.39% | - |
| HSV(B) | 46.98º | 0.97% | 0.76% | - |
| XYZ | 33.67 | 34.26 | 4.98 | - |
| YUV | 148.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 5 | 0 | 0.21 | 0.97 | 0.24 | 46.98 | 0.95 | 0.39 |
| Hex | C2 | 99 | 5 | 0 | 15 | 61 | 18 | 2F | 5F | 27 |
| Octal | 302 | 231 | 5 | 0 | 25 | 141 | 30 | 57 | 137 | 47 |
| Binary | 11000010 | 10011001 | 101 | 0 | 10101 | 1100001 | 11000 | 101111 | 1011111 | 100111 |
Color Harmonies of #C29905
Complementary color
Monochromatic Colors of #C29905
Black with #C29905
Text Example
Text Example
White with #C29905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29905; }
p { color: rgb(194,153,5); }
H1.HeaderClassName
{
color: #C29905;
}
.AnyTagClassName
{
color: #C29905;
}
</style>
background-color css
<style>
a { background-color: #C29905; }
a { background-color: rgb(194,153,5); }
div.DivClassName
{
background-color: #C29905;
}
.BgClassName
{
background-color: #C29905;
}
</style>
border-color css
<style>
span { border-color: #C29905; }
span { border-color: rgb(194,153,5); }
td.TdClassName
{
border-color: #C29905;
}
.TagClassName
{
border-color: #C29905;
}
</style>