Shades of Buddha Gold #C4991D
Tints of Buddha Gold #C4991D
RGB
CMYK
RGB Variations
Color information
#C4991D (or 0xC4991D) is known color: Buddha Gold. HEX triplet: C4, 99 and 1D. RGB value is (196,153,29). Sum of RGB (Red+Green+Blue) = 196+153+29=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4991D is #3B66E2. Grayscale: #989898. Windows color (decimal): -3892963 or 1939908. OLE color: 1939908.
HSL color Cylindrical-coordinate representation of color #C4991D: hue angle of 44.55º 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 #C4991D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.23 |
| HSL | 44.55º | 0.74% | 0.44% | - |
| HSV(B) | 44.55º | 0.85% | 0.77% | - |
| XYZ | 34.38 | 34.61 | 6.03 | - |
| YUV | 151.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 29 | 0 | 0.22 | 0.85 | 0.23 | 44.55 | 0.74 | 0.44 |
| Hex | C4 | 99 | 1D | 0 | 16 | 55 | 17 | 2D | 4A | 2C |
| Octal | 304 | 231 | 35 | 0 | 26 | 125 | 27 | 55 | 112 | 54 |
| Binary | 11000100 | 10011001 | 11101 | 0 | 10110 | 1010101 | 10111 | 101101 | 1001010 | 101100 |
Color Harmonies of #C4991D
Complementary color
Monochromatic Colors of #C4991D
Black with #C4991D
Text Example
Text Example
White with #C4991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4991D; }
p { color: rgb(196,153,29); }
H1.HeaderClassName
{
color: #C4991D;
}
.AnyTagClassName
{
color: #C4991D;
}
</style>
background-color css
<style>
a { background-color: #C4991D; }
a { background-color: rgb(196,153,29); }
div.DivClassName
{
background-color: #C4991D;
}
.BgClassName
{
background-color: #C4991D;
}
</style>
border-color css
<style>
span { border-color: #C4991D; }
span { border-color: rgb(196,153,29); }
td.TdClassName
{
border-color: #C4991D;
}
.TagClassName
{
border-color: #C4991D;
}
</style>