Shades of Buddha Gold #C49C0D
Tints of Buddha Gold #C49C0D
RGB
CMYK
RGB Variations
Color information
#C49C0D (or 0xC49C0D) is known color: Buddha Gold. HEX triplet: C4, 9C and 0D. RGB value is (196,156,13). Sum of RGB (Red+Green+Blue) = 196+156+13=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C0D is #3B63F2. Grayscale: #989898. Windows color (decimal): -3892211 or 892100. OLE color: 892100.
HSL color Cylindrical-coordinate representation of color #C49C0D: hue angle of 46.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C49C0D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.23 |
| HSL | 46.89º | 0.88% | 0.41% | - |
| HSV(B) | 46.89º | 0.93% | 0.77% | - |
| XYZ | 34.73 | 35.54 | 5.41 | - |
| YUV | 151.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 13 | 0 | 0.20 | 0.93 | 0.23 | 46.89 | 0.88 | 0.41 |
| Hex | C4 | 9C | D | 0 | 14 | 5D | 17 | 2F | 58 | 29 |
| Octal | 304 | 234 | 15 | 0 | 24 | 135 | 27 | 57 | 130 | 51 |
| Binary | 11000100 | 10011100 | 1101 | 0 | 10100 | 1011101 | 10111 | 101111 | 1011000 | 101001 |
Color Harmonies of #C49C0D
Complementary color
Monochromatic Colors of #C49C0D
Black with #C49C0D
Text Example
Text Example
White with #C49C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C0D; }
p { color: rgb(196,156,13); }
H1.HeaderClassName
{
color: #C49C0D;
}
.AnyTagClassName
{
color: #C49C0D;
}
</style>
background-color css
<style>
a { background-color: #C49C0D; }
a { background-color: rgb(196,156,13); }
div.DivClassName
{
background-color: #C49C0D;
}
.BgClassName
{
background-color: #C49C0D;
}
</style>
border-color css
<style>
span { border-color: #C49C0D; }
span { border-color: rgb(196,156,13); }
td.TdClassName
{
border-color: #C49C0D;
}
.TagClassName
{
border-color: #C49C0D;
}
</style>