Shades of Buddha Gold #C4941D
Tints of Buddha Gold #C4941D
RGB
CMYK
RGB Variations
Color information
#C4941D (or 0xC4941D) is known color: Buddha Gold. HEX triplet: C4, 94 and 1D. RGB value is (196,148,29). Sum of RGB (Red+Green+Blue) = 196+148+29=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4941D is #3B6BE2. Grayscale: #959595. Windows color (decimal): -3894243 or 1938628. OLE color: 1938628.
HSL color Cylindrical-coordinate representation of color #C4941D: hue angle of 42.75º 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 #C4941D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.23 |
| HSL | 42.75º | 0.74% | 0.44% | - |
| HSV(B) | 42.75º | 0.85% | 0.77% | - |
| XYZ | 33.58 | 33 | 5.76 | - |
| YUV | 148.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 29 | 0 | 0.24 | 0.85 | 0.23 | 42.75 | 0.74 | 0.44 |
| Hex | C4 | 94 | 1D | 0 | 18 | 55 | 17 | 2B | 4A | 2C |
| Octal | 304 | 224 | 35 | 0 | 30 | 125 | 27 | 53 | 112 | 54 |
| Binary | 11000100 | 10010100 | 11101 | 0 | 11000 | 1010101 | 10111 | 101011 | 1001010 | 101100 |
Color Harmonies of #C4941D
Complementary color
Monochromatic Colors of #C4941D
Black with #C4941D
Text Example
Text Example
White with #C4941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4941D; }
p { color: rgb(196,148,29); }
H1.HeaderClassName
{
color: #C4941D;
}
.AnyTagClassName
{
color: #C4941D;
}
</style>
background-color css
<style>
a { background-color: #C4941D; }
a { background-color: rgb(196,148,29); }
div.DivClassName
{
background-color: #C4941D;
}
.BgClassName
{
background-color: #C4941D;
}
</style>
border-color css
<style>
span { border-color: #C4941D; }
span { border-color: rgb(196,148,29); }
td.TdClassName
{
border-color: #C4941D;
}
.TagClassName
{
border-color: #C4941D;
}
</style>