Shades of Buddha Gold #C4971F
Tints of Buddha Gold #C4971F
RGB
CMYK
RGB Variations
Color information
#C4971F (or 0xC4971F) is known color: Buddha Gold. HEX triplet: C4, 97 and 1F. RGB value is (196,151,31). Sum of RGB (Red+Green+Blue) = 196+151+31=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4971F is #3B68E0. Grayscale: #979797. Windows color (decimal): -3893473 or 2070468. OLE color: 2070468.
HSL color Cylindrical-coordinate representation of color #C4971F: hue angle of 43.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4971F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 31 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.23 |
| HSL | 43.64º | 0.73% | 0.45% | - |
| HSV(B) | 43.64º | 0.84% | 0.77% | - |
| XYZ | 34.08 | 33.97 | 6.06 | - |
| YUV | 150.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 31 | 0 | 0.23 | 0.84 | 0.23 | 43.64 | 0.73 | 0.45 |
| Hex | C4 | 97 | 1F | 0 | 17 | 54 | 17 | 2C | 49 | 2D |
| Octal | 304 | 227 | 37 | 0 | 27 | 124 | 27 | 54 | 111 | 55 |
| Binary | 11000100 | 10010111 | 11111 | 0 | 10111 | 1010100 | 10111 | 101100 | 1001001 | 101101 |
Color Harmonies of #C4971F
Complementary color
Monochromatic Colors of #C4971F
Black with #C4971F
Text Example
Text Example
White with #C4971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4971F; }
p { color: rgb(196,151,31); }
H1.HeaderClassName
{
color: #C4971F;
}
.AnyTagClassName
{
color: #C4971F;
}
</style>
background-color css
<style>
a { background-color: #C4971F; }
a { background-color: rgb(196,151,31); }
div.DivClassName
{
background-color: #C4971F;
}
.BgClassName
{
background-color: #C4971F;
}
</style>
border-color css
<style>
span { border-color: #C4971F; }
span { border-color: rgb(196,151,31); }
td.TdClassName
{
border-color: #C4971F;
}
.TagClassName
{
border-color: #C4971F;
}
</style>