Shades of Buddha Gold #C4981D
Tints of Buddha Gold #C4981D
RGB
CMYK
RGB Variations
Color information
#C4981D (or 0xC4981D) is known color: Buddha Gold. HEX triplet: C4, 98 and 1D. RGB value is (196,152,29). Sum of RGB (Red+Green+Blue) = 196+152+29=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4981D is #3B67E2. Grayscale: #979797. Windows color (decimal): -3893219 or 1939652. OLE color: 1939652.
HSL color Cylindrical-coordinate representation of color #C4981D: hue angle of 44.19º 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 #C4981D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.23 |
| HSL | 44.19º | 0.74% | 0.44% | - |
| HSV(B) | 44.19º | 0.85% | 0.77% | - |
| XYZ | 34.21 | 34.28 | 5.98 | - |
| YUV | 151.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 29 | 0 | 0.22 | 0.85 | 0.23 | 44.19 | 0.74 | 0.44 |
| Hex | C4 | 98 | 1D | 0 | 16 | 55 | 17 | 2C | 4A | 2C |
| Octal | 304 | 230 | 35 | 0 | 26 | 125 | 27 | 54 | 112 | 54 |
| Binary | 11000100 | 10011000 | 11101 | 0 | 10110 | 1010101 | 10111 | 101100 | 1001010 | 101100 |
Color Harmonies of #C4981D
Complementary color
Monochromatic Colors of #C4981D
Black with #C4981D
Text Example
Text Example
White with #C4981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4981D; }
p { color: rgb(196,152,29); }
H1.HeaderClassName
{
color: #C4981D;
}
.AnyTagClassName
{
color: #C4981D;
}
</style>
background-color css
<style>
a { background-color: #C4981D; }
a { background-color: rgb(196,152,29); }
div.DivClassName
{
background-color: #C4981D;
}
.BgClassName
{
background-color: #C4981D;
}
</style>
border-color css
<style>
span { border-color: #C4981D; }
span { border-color: rgb(196,152,29); }
td.TdClassName
{
border-color: #C4981D;
}
.TagClassName
{
border-color: #C4981D;
}
</style>