Shades of Buddha Gold #C49A0D
Tints of Buddha Gold #C49A0D
RGB
CMYK
RGB Variations
Color information
#C49A0D (or 0xC49A0D) is known color: Buddha Gold. HEX triplet: C4, 9A and 0D. RGB value is (196,154,13). Sum of RGB (Red+Green+Blue) = 196+154+13=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A0D is #3B65F2. Grayscale: #979797. Windows color (decimal): -3892723 or 891588. OLE color: 891588.
HSL color Cylindrical-coordinate representation of color #C49A0D: hue angle of 46.23º 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 #C49A0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.23 |
| HSL | 46.23º | 0.88% | 0.41% | - |
| HSV(B) | 46.23º | 0.93% | 0.77% | - |
| XYZ | 34.39 | 34.88 | 5.3 | - |
| YUV | 150.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 13 | 0 | 0.21 | 0.93 | 0.23 | 46.23 | 0.88 | 0.41 |
| Hex | C4 | 9A | D | 0 | 15 | 5D | 17 | 2E | 58 | 29 |
| Octal | 304 | 232 | 15 | 0 | 25 | 135 | 27 | 56 | 130 | 51 |
| Binary | 11000100 | 10011010 | 1101 | 0 | 10101 | 1011101 | 10111 | 101110 | 1011000 | 101001 |
Color Harmonies of #C49A0D
Complementary color
Monochromatic Colors of #C49A0D
Black with #C49A0D
Text Example
Text Example
White with #C49A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A0D; }
p { color: rgb(196,154,13); }
H1.HeaderClassName
{
color: #C49A0D;
}
.AnyTagClassName
{
color: #C49A0D;
}
</style>
background-color css
<style>
a { background-color: #C49A0D; }
a { background-color: rgb(196,154,13); }
div.DivClassName
{
background-color: #C49A0D;
}
.BgClassName
{
background-color: #C49A0D;
}
</style>
border-color css
<style>
span { border-color: #C49A0D; }
span { border-color: rgb(196,154,13); }
td.TdClassName
{
border-color: #C49A0D;
}
.TagClassName
{
border-color: #C49A0D;
}
</style>