Shades of Buddha Gold #C49B0D
Tints of Buddha Gold #C49B0D
RGB
CMYK
RGB Variations
Color information
#C49B0D (or 0xC49B0D) is known color: Buddha Gold. HEX triplet: C4, 9B and 0D. RGB value is (196,155,13). Sum of RGB (Red+Green+Blue) = 196+155+13=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B0D is #3B64F2. Grayscale: #979797. Windows color (decimal): -3892467 or 891844. OLE color: 891844.
HSL color Cylindrical-coordinate representation of color #C49B0D: hue angle of 46.56º 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 #C49B0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.23 |
| HSL | 46.56º | 0.88% | 0.41% | - |
| HSV(B) | 46.56º | 0.93% | 0.77% | - |
| XYZ | 34.56 | 35.21 | 5.36 | - |
| YUV | 151.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 13 | 0 | 0.21 | 0.93 | 0.23 | 46.56 | 0.88 | 0.41 |
| Hex | C4 | 9B | D | 0 | 15 | 5D | 17 | 2F | 58 | 29 |
| Octal | 304 | 233 | 15 | 0 | 25 | 135 | 27 | 57 | 130 | 51 |
| Binary | 11000100 | 10011011 | 1101 | 0 | 10101 | 1011101 | 10111 | 101111 | 1011000 | 101001 |
Color Harmonies of #C49B0D
Complementary color
Monochromatic Colors of #C49B0D
Black with #C49B0D
Text Example
Text Example
White with #C49B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B0D; }
p { color: rgb(196,155,13); }
H1.HeaderClassName
{
color: #C49B0D;
}
.AnyTagClassName
{
color: #C49B0D;
}
</style>
background-color css
<style>
a { background-color: #C49B0D; }
a { background-color: rgb(196,155,13); }
div.DivClassName
{
background-color: #C49B0D;
}
.BgClassName
{
background-color: #C49B0D;
}
</style>
border-color css
<style>
span { border-color: #C49B0D; }
span { border-color: rgb(196,155,13); }
td.TdClassName
{
border-color: #C49B0D;
}
.TagClassName
{
border-color: #C49B0D;
}
</style>