Shades of Buddha Gold #C49D03
Tints of Buddha Gold #C49D03
RGB
CMYK
RGB Variations
Color information
#C49D03 (or 0xC49D03) is known color: Buddha Gold. HEX triplet: C4, 9D and 03. RGB value is (196,157,3). Sum of RGB (Red+Green+Blue) = 196+157+3=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49D03 is #3B62FC. Grayscale: #979797. Windows color (decimal): -3891965 or 236996. OLE color: 236996.
HSL color Cylindrical-coordinate representation of color #C49D03: hue angle of 47.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C49D03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.23 |
| HSL | 47.88º | 0.97% | 0.39% | - |
| HSV(B) | 47.88º | 0.98% | 0.77% | - |
| XYZ | 34.84 | 35.86 | 5.17 | - |
| YUV | 151.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 3 | 0 | 0.20 | 0.98 | 0.23 | 47.88 | 0.97 | 0.39 |
| Hex | C4 | 9D | 3 | 0 | 14 | 62 | 17 | 30 | 61 | 27 |
| Octal | 304 | 235 | 3 | 0 | 24 | 142 | 27 | 60 | 141 | 47 |
| Binary | 11000100 | 10011101 | 11 | 0 | 10100 | 1100010 | 10111 | 110000 | 1100001 | 100111 |
Color Harmonies of #C49D03
Complementary color
Monochromatic Colors of #C49D03
Black with #C49D03
Text Example
Text Example
White with #C49D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D03; }
p { color: rgb(196,157,3); }
H1.HeaderClassName
{
color: #C49D03;
}
.AnyTagClassName
{
color: #C49D03;
}
</style>
background-color css
<style>
a { background-color: #C49D03; }
a { background-color: rgb(196,157,3); }
div.DivClassName
{
background-color: #C49D03;
}
.BgClassName
{
background-color: #C49D03;
}
</style>
border-color css
<style>
span { border-color: #C49D03; }
span { border-color: rgb(196,157,3); }
td.TdClassName
{
border-color: #C49D03;
}
.TagClassName
{
border-color: #C49D03;
}
</style>