Shades of Buddha Gold #C5991B
Tints of Buddha Gold #C5991B
RGB
CMYK
RGB Variations
Color information
#C5991B (or 0xC5991B) is known color: Buddha Gold. HEX triplet: C5, 99 and 1B. RGB value is (197,153,27). Sum of RGB (Red+Green+Blue) = 197+153+27=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5991B is #3A66E4. Grayscale: #989898. Windows color (decimal): -3827429 or 1808837. OLE color: 1808837.
HSL color Cylindrical-coordinate representation of color #C5991B: hue angle of 44.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5991B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 27 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.23 |
| HSL | 44.47º | 0.76% | 0.44% | - |
| HSV(B) | 44.47º | 0.86% | 0.77% | - |
| XYZ | 34.62 | 34.73 | 5.92 | - |
| YUV | 151.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 27 | 0 | 0.22 | 0.86 | 0.23 | 44.47 | 0.76 | 0.44 |
| Hex | C5 | 99 | 1B | 0 | 16 | 56 | 17 | 2C | 4C | 2C |
| Octal | 305 | 231 | 33 | 0 | 26 | 126 | 27 | 54 | 114 | 54 |
| Binary | 11000101 | 10011001 | 11011 | 0 | 10110 | 1010110 | 10111 | 101100 | 1001100 | 101100 |
Color Harmonies of #C5991B
Complementary color
Monochromatic Colors of #C5991B
Black with #C5991B
Text Example
Text Example
White with #C5991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5991B; }
p { color: rgb(197,153,27); }
H1.HeaderClassName
{
color: #C5991B;
}
.AnyTagClassName
{
color: #C5991B;
}
</style>
background-color css
<style>
a { background-color: #C5991B; }
a { background-color: rgb(197,153,27); }
div.DivClassName
{
background-color: #C5991B;
}
.BgClassName
{
background-color: #C5991B;
}
</style>
border-color css
<style>
span { border-color: #C5991B; }
span { border-color: rgb(197,153,27); }
td.TdClassName
{
border-color: #C5991B;
}
.TagClassName
{
border-color: #C5991B;
}
</style>