Shades of Buddha Gold #C5931D
Tints of Buddha Gold #C5931D
RGB
CMYK
RGB Variations
Color information
#C5931D (or 0xC5931D) is known color: Buddha Gold. HEX triplet: C5, 93 and 1D. RGB value is (197,147,29). Sum of RGB (Red+Green+Blue) = 197+147+29=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931D is #3A6CE2. Grayscale: #959595. Windows color (decimal): -3828963 or 1938373. OLE color: 1938373.
HSL color Cylindrical-coordinate representation of color #C5931D: hue angle of 42.14º 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 #C5931D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 29 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.23 |
| HSL | 42.14º | 0.74% | 0.44% | - |
| HSV(B) | 42.14º | 0.85% | 0.77% | - |
| XYZ | 33.68 | 32.83 | 5.72 | - |
| YUV | 148.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 29 | 0 | 0.25 | 0.85 | 0.23 | 42.14 | 0.74 | 0.44 |
| Hex | C5 | 93 | 1D | 0 | 19 | 55 | 17 | 2A | 4A | 2C |
| Octal | 305 | 223 | 35 | 0 | 31 | 125 | 27 | 52 | 112 | 54 |
| Binary | 11000101 | 10010011 | 11101 | 0 | 11001 | 1010101 | 10111 | 101010 | 1001010 | 101100 |
Color Harmonies of #C5931D
Complementary color
Monochromatic Colors of #C5931D
Black with #C5931D
Text Example
Text Example
White with #C5931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5931D; }
p { color: rgb(197,147,29); }
H1.HeaderClassName
{
color: #C5931D;
}
.AnyTagClassName
{
color: #C5931D;
}
</style>
background-color css
<style>
a { background-color: #C5931D; }
a { background-color: rgb(197,147,29); }
div.DivClassName
{
background-color: #C5931D;
}
.BgClassName
{
background-color: #C5931D;
}
</style>
border-color css
<style>
span { border-color: #C5931D; }
span { border-color: rgb(197,147,29); }
td.TdClassName
{
border-color: #C5931D;
}
.TagClassName
{
border-color: #C5931D;
}
</style>