Shades of Buddha Gold #C49F01
Tints of Buddha Gold #C49F01
RGB
CMYK
RGB Variations
Color information
#C49F01 (or 0xC49F01) is known color: Buddha Gold. HEX triplet: C4, 9F and 01. RGB value is (196,159,1). Sum of RGB (Red+Green+Blue) = 196+159+1=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49F01 is #3B60FE. Grayscale: #989898. Windows color (decimal): -3891455 or 106436. OLE color: 106436.
HSL color Cylindrical-coordinate representation of color #C49F01: hue angle of 48.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49F01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.23 |
| HSL | 48.62º | 0.99% | 0.39% | - |
| HSV(B) | 48.62º | 0.99% | 0.77% | - |
| XYZ | 35.17 | 36.53 | 5.23 | - |
| YUV | 152.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 1 | 0 | 0.19 | 0.99 | 0.23 | 48.62 | 0.99 | 0.39 |
| Hex | C4 | 9F | 1 | 0 | 13 | 63 | 17 | 31 | 63 | 27 |
| Octal | 304 | 237 | 1 | 0 | 23 | 143 | 27 | 61 | 143 | 47 |
| Binary | 11000100 | 10011111 | 1 | 0 | 10011 | 1100011 | 10111 | 110001 | 1100011 | 100111 |
Color Harmonies of #C49F01
Complementary color
Monochromatic Colors of #C49F01
Black with #C49F01
Text Example
Text Example
White with #C49F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F01; }
p { color: rgb(196,159,1); }
H1.HeaderClassName
{
color: #C49F01;
}
.AnyTagClassName
{
color: #C49F01;
}
</style>
background-color css
<style>
a { background-color: #C49F01; }
a { background-color: rgb(196,159,1); }
div.DivClassName
{
background-color: #C49F01;
}
.BgClassName
{
background-color: #C49F01;
}
</style>
border-color css
<style>
span { border-color: #C49F01; }
span { border-color: rgb(196,159,1); }
td.TdClassName
{
border-color: #C49F01;
}
.TagClassName
{
border-color: #C49F01;
}
</style>