Shades of Buddha Gold #C49D22
Tints of Buddha Gold #C49D22
RGB
CMYK
RGB Variations
Color information
#C49D22 (or 0xC49D22) is known color: Buddha Gold. HEX triplet: C4, 9D and 22. RGB value is (196,157,34). Sum of RGB (Red+Green+Blue) = 196+157+34=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D22 is #3B62DD. Grayscale: #9B9B9B. Windows color (decimal): -3891934 or 2268612. OLE color: 2268612.
HSL color Cylindrical-coordinate representation of color #C49D22: hue angle of 45.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C49D22 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.23 |
| HSL | 45.56º | 0.7% | 0.45% | - |
| HSV(B) | 45.56º | 0.83% | 0.77% | - |
| XYZ | 35.11 | 35.97 | 6.6 | - |
| YUV | 154.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 34 | 0 | 0.20 | 0.83 | 0.23 | 45.56 | 0.7 | 0.45 |
| Hex | C4 | 9D | 22 | 0 | 14 | 53 | 17 | 2E | 46 | 2D |
| Octal | 304 | 235 | 42 | 0 | 24 | 123 | 27 | 56 | 106 | 55 |
| Binary | 11000100 | 10011101 | 100010 | 0 | 10100 | 1010011 | 10111 | 101110 | 1000110 | 101101 |
Color Harmonies of #C49D22
Complementary color
Monochromatic Colors of #C49D22
Black with #C49D22
Text Example
Text Example
White with #C49D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D22; }
p { color: rgb(196,157,34); }
H1.HeaderClassName
{
color: #C49D22;
}
.AnyTagClassName
{
color: #C49D22;
}
</style>
background-color css
<style>
a { background-color: #C49D22; }
a { background-color: rgb(196,157,34); }
div.DivClassName
{
background-color: #C49D22;
}
.BgClassName
{
background-color: #C49D22;
}
</style>
border-color css
<style>
span { border-color: #C49D22; }
span { border-color: rgb(196,157,34); }
td.TdClassName
{
border-color: #C49D22;
}
.TagClassName
{
border-color: #C49D22;
}
</style>