Shades of Buddha Gold #C29D05
Tints of Buddha Gold #C29D05
RGB
CMYK
RGB Variations
Color information
#C29D05 (or 0xC29D05) is known color: Buddha Gold. HEX triplet: C2, 9D and 05. RGB value is (194,157,5). Sum of RGB (Red+Green+Blue) = 194+157+5=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D05 is #3D62FA. Grayscale: #979797. Windows color (decimal): -4023035 or 368066. OLE color: 368066.
HSL color Cylindrical-coordinate representation of color #C29D05: hue angle of 48.25º 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 #C29D05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.24 |
| HSL | 48.25º | 0.95% | 0.39% | - |
| HSV(B) | 48.25º | 0.97% | 0.76% | - |
| XYZ | 34.33 | 35.59 | 5.2 | - |
| YUV | 150.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 5 | 0 | 0.19 | 0.97 | 0.24 | 48.25 | 0.95 | 0.39 |
| Hex | C2 | 9D | 5 | 0 | 13 | 61 | 18 | 30 | 5F | 27 |
| Octal | 302 | 235 | 5 | 0 | 23 | 141 | 30 | 60 | 137 | 47 |
| Binary | 11000010 | 10011101 | 101 | 0 | 10011 | 1100001 | 11000 | 110000 | 1011111 | 100111 |
Color Harmonies of #C29D05
Complementary color
Monochromatic Colors of #C29D05
Black with #C29D05
Text Example
Text Example
White with #C29D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D05; }
p { color: rgb(194,157,5); }
H1.HeaderClassName
{
color: #C29D05;
}
.AnyTagClassName
{
color: #C29D05;
}
</style>
background-color css
<style>
a { background-color: #C29D05; }
a { background-color: rgb(194,157,5); }
div.DivClassName
{
background-color: #C29D05;
}
.BgClassName
{
background-color: #C29D05;
}
</style>
border-color css
<style>
span { border-color: #C29D05; }
span { border-color: rgb(194,157,5); }
td.TdClassName
{
border-color: #C29D05;
}
.TagClassName
{
border-color: #C29D05;
}
</style>