Shades of Buddha Gold #C4960D
Tints of Buddha Gold #C4960D
RGB
CMYK
RGB Variations
Color information
#C4960D (or 0xC4960D) is known color: Buddha Gold. HEX triplet: C4, 96 and 0D. RGB value is (196,150,13). Sum of RGB (Red+Green+Blue) = 196+150+13=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4960D is #3B69F2. Grayscale: #949494. Windows color (decimal): -3893747 or 890564. OLE color: 890564.
HSL color Cylindrical-coordinate representation of color #C4960D: hue angle of 44.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4960D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.23 |
| HSL | 44.92º | 0.88% | 0.41% | - |
| HSV(B) | 44.92º | 0.93% | 0.77% | - |
| XYZ | 33.74 | 33.58 | 5.08 | - |
| YUV | 148.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 13 | 0 | 0.23 | 0.93 | 0.23 | 44.92 | 0.88 | 0.41 |
| Hex | C4 | 96 | D | 0 | 17 | 5D | 17 | 2D | 58 | 29 |
| Octal | 304 | 226 | 15 | 0 | 27 | 135 | 27 | 55 | 130 | 51 |
| Binary | 11000100 | 10010110 | 1101 | 0 | 10111 | 1011101 | 10111 | 101101 | 1011000 | 101001 |
Color Harmonies of #C4960D
Complementary color
Monochromatic Colors of #C4960D
Black with #C4960D
Text Example
Text Example
White with #C4960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4960D; }
p { color: rgb(196,150,13); }
H1.HeaderClassName
{
color: #C4960D;
}
.AnyTagClassName
{
color: #C4960D;
}
</style>
background-color css
<style>
a { background-color: #C4960D; }
a { background-color: rgb(196,150,13); }
div.DivClassName
{
background-color: #C4960D;
}
.BgClassName
{
background-color: #C4960D;
}
</style>
border-color css
<style>
span { border-color: #C4960D; }
span { border-color: rgb(196,150,13); }
td.TdClassName
{
border-color: #C4960D;
}
.TagClassName
{
border-color: #C4960D;
}
</style>