Shades of Buddha Gold #C5991D
Tints of Buddha Gold #C5991D
RGB
CMYK
RGB Variations
Color information
#C5991D (or 0xC5991D) is known color: Buddha Gold. HEX triplet: C5, 99 and 1D. RGB value is (197,153,29). Sum of RGB (Red+Green+Blue) = 197+153+29=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5991D is #3A66E2. Grayscale: #989898. Windows color (decimal): -3827427 or 1939909. OLE color: 1939909.
HSL color Cylindrical-coordinate representation of color #C5991D: hue angle of 44.29º 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 #C5991D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.23 |
| HSL | 44.29º | 0.74% | 0.44% | - |
| HSV(B) | 44.29º | 0.85% | 0.77% | - |
| XYZ | 34.64 | 34.74 | 6.04 | - |
| YUV | 152.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 29 | 0 | 0.22 | 0.85 | 0.23 | 44.29 | 0.74 | 0.44 |
| Hex | C5 | 99 | 1D | 0 | 16 | 55 | 17 | 2C | 4A | 2C |
| Octal | 305 | 231 | 35 | 0 | 26 | 125 | 27 | 54 | 112 | 54 |
| Binary | 11000101 | 10011001 | 11101 | 0 | 10110 | 1010101 | 10111 | 101100 | 1001010 | 101100 |
Color Harmonies of #C5991D
Complementary color
Monochromatic Colors of #C5991D
Black with #C5991D
Text Example
Text Example
White with #C5991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5991D; }
p { color: rgb(197,153,29); }
H1.HeaderClassName
{
color: #C5991D;
}
.AnyTagClassName
{
color: #C5991D;
}
</style>
background-color css
<style>
a { background-color: #C5991D; }
a { background-color: rgb(197,153,29); }
div.DivClassName
{
background-color: #C5991D;
}
.BgClassName
{
background-color: #C5991D;
}
</style>
border-color css
<style>
span { border-color: #C5991D; }
span { border-color: rgb(197,153,29); }
td.TdClassName
{
border-color: #C5991D;
}
.TagClassName
{
border-color: #C5991D;
}
</style>