Shades of Buddha Gold #C29920
Tints of Buddha Gold #C29920
RGB
CMYK
RGB Variations
Color information
#C29920 (or 0xC29920) is known color: Buddha Gold. HEX triplet: C2, 99 and 20. RGB value is (194,153,32). Sum of RGB (Red+Green+Blue) = 194+153+32=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29920 is #3D66DF. Grayscale: #979797. Windows color (decimal): -4024032 or 2136514. OLE color: 2136514.
HSL color Cylindrical-coordinate representation of color #C29920: hue angle of 44.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C29920 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 32 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.24 |
| HSL | 44.81º | 0.72% | 0.44% | - |
| HSV(B) | 44.81º | 0.84% | 0.76% | - |
| XYZ | 33.9 | 34.36 | 6.21 | - |
| YUV | 151.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 32 | 0 | 0.21 | 0.84 | 0.24 | 44.81 | 0.72 | 0.44 |
| Hex | C2 | 99 | 20 | 0 | 15 | 54 | 18 | 2D | 48 | 2C |
| Octal | 302 | 231 | 40 | 0 | 25 | 124 | 30 | 55 | 110 | 54 |
| Binary | 11000010 | 10011001 | 100000 | 0 | 10101 | 1010100 | 11000 | 101101 | 1001000 | 101100 |
Color Harmonies of #C29920
Complementary color
Monochromatic Colors of #C29920
Black with #C29920
Text Example
Text Example
White with #C29920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29920; }
p { color: rgb(194,153,32); }
H1.HeaderClassName
{
color: #C29920;
}
.AnyTagClassName
{
color: #C29920;
}
</style>
background-color css
<style>
a { background-color: #C29920; }
a { background-color: rgb(194,153,32); }
div.DivClassName
{
background-color: #C29920;
}
.BgClassName
{
background-color: #C29920;
}
</style>
border-color css
<style>
span { border-color: #C29920; }
span { border-color: rgb(194,153,32); }
td.TdClassName
{
border-color: #C29920;
}
.TagClassName
{
border-color: #C29920;
}
</style>