Shades of Buddha Gold #C5941D
Tints of Buddha Gold #C5941D
RGB
CMYK
RGB Variations
Color information
#C5941D (or 0xC5941D) is known color: Buddha Gold. HEX triplet: C5, 94 and 1D. RGB value is (197,148,29). Sum of RGB (Red+Green+Blue) = 197+148+29=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941D is #3A6BE2. Grayscale: #959595. Windows color (decimal): -3828707 or 1938629. OLE color: 1938629.
HSL color Cylindrical-coordinate representation of color #C5941D: hue angle of 42.5º degrees, saturation: 0.74, 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 #C5941D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.23 |
| HSL | 42.5º | 0.74% | 0.44% | - |
| HSV(B) | 42.5º | 0.85% | 0.77% | - |
| XYZ | 33.84 | 33.14 | 5.78 | - |
| YUV | 149.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 29 | 0 | 0.25 | 0.85 | 0.23 | 42.5 | 0.74 | 0.44 |
| Hex | C5 | 94 | 1D | 0 | 19 | 55 | 17 | 2A | 4A | 2C |
| Octal | 305 | 224 | 35 | 0 | 31 | 125 | 27 | 52 | 112 | 54 |
| Binary | 11000101 | 10010100 | 11101 | 0 | 11001 | 1010101 | 10111 | 101010 | 1001010 | 101100 |
Color Harmonies of #C5941D
Complementary color
Monochromatic Colors of #C5941D
Black with #C5941D
Text Example
Text Example
White with #C5941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5941D; }
p { color: rgb(197,148,29); }
H1.HeaderClassName
{
color: #C5941D;
}
.AnyTagClassName
{
color: #C5941D;
}
</style>
background-color css
<style>
a { background-color: #C5941D; }
a { background-color: rgb(197,148,29); }
div.DivClassName
{
background-color: #C5941D;
}
.BgClassName
{
background-color: #C5941D;
}
</style>
border-color css
<style>
span { border-color: #C5941D; }
span { border-color: rgb(197,148,29); }
td.TdClassName
{
border-color: #C5941D;
}
.TagClassName
{
border-color: #C5941D;
}
</style>