Shades of Buddha Gold #C5981D
Tints of Buddha Gold #C5981D
RGB
CMYK
RGB Variations
Color information
#C5981D (or 0xC5981D) is known color: Buddha Gold. HEX triplet: C5, 98 and 1D. RGB value is (197,152,29). Sum of RGB (Red+Green+Blue) = 197+152+29=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5981D is #3A67E2. Grayscale: #979797. Windows color (decimal): -3827683 or 1939653. OLE color: 1939653.
HSL color Cylindrical-coordinate representation of color #C5981D: hue angle of 43.93º 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 #C5981D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.23 |
| HSL | 43.93º | 0.74% | 0.44% | - |
| HSV(B) | 43.93º | 0.85% | 0.77% | - |
| XYZ | 34.48 | 34.42 | 5.99 | - |
| YUV | 151.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 29 | 0 | 0.23 | 0.85 | 0.23 | 43.93 | 0.74 | 0.44 |
| Hex | C5 | 98 | 1D | 0 | 17 | 55 | 17 | 2C | 4A | 2C |
| Octal | 305 | 230 | 35 | 0 | 27 | 125 | 27 | 54 | 112 | 54 |
| Binary | 11000101 | 10011000 | 11101 | 0 | 10111 | 1010101 | 10111 | 101100 | 1001010 | 101100 |
Color Harmonies of #C5981D
Complementary color
Monochromatic Colors of #C5981D
Black with #C5981D
Text Example
Text Example
White with #C5981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5981D; }
p { color: rgb(197,152,29); }
H1.HeaderClassName
{
color: #C5981D;
}
.AnyTagClassName
{
color: #C5981D;
}
</style>
background-color css
<style>
a { background-color: #C5981D; }
a { background-color: rgb(197,152,29); }
div.DivClassName
{
background-color: #C5981D;
}
.BgClassName
{
background-color: #C5981D;
}
</style>
border-color css
<style>
span { border-color: #C5981D; }
span { border-color: rgb(197,152,29); }
td.TdClassName
{
border-color: #C5981D;
}
.TagClassName
{
border-color: #C5981D;
}
</style>