Shades of Buddha Gold #C49D24
Tints of Buddha Gold #C49D24
RGB
CMYK
RGB Variations
Color information
#C49D24 (or 0xC49D24) is known color: Buddha Gold. HEX triplet: C4, 9D and 24. RGB value is (196,157,36). Sum of RGB (Red+Green+Blue) = 196+157+36=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D24 is #3B62DB. Grayscale: #9B9B9B. Windows color (decimal): -3891932 or 2399684. OLE color: 2399684.
HSL color Cylindrical-coordinate representation of color #C49D24: hue angle of 45.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C49D24 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 36 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.23 |
| HSL | 45.38º | 0.69% | 0.45% | - |
| HSV(B) | 45.38º | 0.82% | 0.77% | - |
| XYZ | 35.14 | 35.98 | 6.76 | - |
| YUV | 154.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 36 | 0 | 0.20 | 0.82 | 0.23 | 45.38 | 0.69 | 0.45 |
| Hex | C4 | 9D | 24 | 0 | 14 | 52 | 17 | 2D | 45 | 2D |
| Octal | 304 | 235 | 44 | 0 | 24 | 122 | 27 | 55 | 105 | 55 |
| Binary | 11000100 | 10011101 | 100100 | 0 | 10100 | 1010010 | 10111 | 101101 | 1000101 | 101101 |
Color Harmonies of #C49D24
Complementary color
Monochromatic Colors of #C49D24
Black with #C49D24
Text Example
Text Example
White with #C49D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D24; }
p { color: rgb(196,157,36); }
H1.HeaderClassName
{
color: #C49D24;
}
.AnyTagClassName
{
color: #C49D24;
}
</style>
background-color css
<style>
a { background-color: #C49D24; }
a { background-color: rgb(196,157,36); }
div.DivClassName
{
background-color: #C49D24;
}
.BgClassName
{
background-color: #C49D24;
}
</style>
border-color css
<style>
span { border-color: #C49D24; }
span { border-color: rgb(196,157,36); }
td.TdClassName
{
border-color: #C49D24;
}
.TagClassName
{
border-color: #C49D24;
}
</style>