Shades of Buddha Gold #C4981E
Tints of Buddha Gold #C4981E
RGB
CMYK
RGB Variations
Color information
#C4981E (or 0xC4981E) is known color: Buddha Gold. HEX triplet: C4, 98 and 1E. RGB value is (196,152,30). Sum of RGB (Red+Green+Blue) = 196+152+30=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981E is #3B67E1. Grayscale: #979797. Windows color (decimal): -3893218 or 2005188. OLE color: 2005188.
HSL color Cylindrical-coordinate representation of color #C4981E: hue angle of 44.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4981E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 30 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.23 |
| HSL | 44.1º | 0.73% | 0.44% | - |
| HSV(B) | 44.1º | 0.85% | 0.77% | - |
| XYZ | 34.23 | 34.29 | 6.04 | - |
| YUV | 151.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 30 | 0 | 0.22 | 0.85 | 0.23 | 44.1 | 0.73 | 0.44 |
| Hex | C4 | 98 | 1E | 0 | 16 | 55 | 17 | 2C | 49 | 2C |
| Octal | 304 | 230 | 36 | 0 | 26 | 125 | 27 | 54 | 111 | 54 |
| Binary | 11000100 | 10011000 | 11110 | 0 | 10110 | 1010101 | 10111 | 101100 | 1001001 | 101100 |
Color Harmonies of #C4981E
Complementary color
Monochromatic Colors of #C4981E
Black with #C4981E
Text Example
Text Example
White with #C4981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4981E; }
p { color: rgb(196,152,30); }
H1.HeaderClassName
{
color: #C4981E;
}
.AnyTagClassName
{
color: #C4981E;
}
</style>
background-color css
<style>
a { background-color: #C4981E; }
a { background-color: rgb(196,152,30); }
div.DivClassName
{
background-color: #C4981E;
}
.BgClassName
{
background-color: #C4981E;
}
</style>
border-color css
<style>
span { border-color: #C4981E; }
span { border-color: rgb(196,152,30); }
td.TdClassName
{
border-color: #C4981E;
}
.TagClassName
{
border-color: #C4981E;
}
</style>