Shades of Buddha Gold #C5971D
Tints of Buddha Gold #C5971D
RGB
CMYK
RGB Variations
Color information
#C5971D (or 0xC5971D) is known color: Buddha Gold. HEX triplet: C5, 97 and 1D. RGB value is (197,151,29). Sum of RGB (Red+Green+Blue) = 197+151+29=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5971D is #3A68E2. Grayscale: #979797. Windows color (decimal): -3827939 or 1939397. OLE color: 1939397.
HSL color Cylindrical-coordinate representation of color #C5971D: hue angle of 43.57º 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 #C5971D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.23 |
| HSL | 43.57º | 0.74% | 0.44% | - |
| HSV(B) | 43.57º | 0.85% | 0.77% | - |
| XYZ | 34.31 | 34.09 | 5.93 | - |
| YUV | 150.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 29 | 0 | 0.23 | 0.85 | 0.23 | 43.57 | 0.74 | 0.44 |
| Hex | C5 | 97 | 1D | 0 | 17 | 55 | 17 | 2C | 4A | 2C |
| Octal | 305 | 227 | 35 | 0 | 27 | 125 | 27 | 54 | 112 | 54 |
| Binary | 11000101 | 10010111 | 11101 | 0 | 10111 | 1010101 | 10111 | 101100 | 1001010 | 101100 |
Color Harmonies of #C5971D
Complementary color
Monochromatic Colors of #C5971D
Black with #C5971D
Text Example
Text Example
White with #C5971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5971D; }
p { color: rgb(197,151,29); }
H1.HeaderClassName
{
color: #C5971D;
}
.AnyTagClassName
{
color: #C5971D;
}
</style>
background-color css
<style>
a { background-color: #C5971D; }
a { background-color: rgb(197,151,29); }
div.DivClassName
{
background-color: #C5971D;
}
.BgClassName
{
background-color: #C5971D;
}
</style>
border-color css
<style>
span { border-color: #C5971D; }
span { border-color: rgb(197,151,29); }
td.TdClassName
{
border-color: #C5971D;
}
.TagClassName
{
border-color: #C5971D;
}
</style>