Shades of Buddha Gold #C39D1E
Tints of Buddha Gold #C39D1E
RGB
CMYK
RGB Variations
Color information
#C39D1E (or 0xC39D1E) is known color: Buddha Gold. HEX triplet: C3, 9D and 1E. RGB value is (195,157,30). Sum of RGB (Red+Green+Blue) = 195+157+30=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D1E is #3C62E1. Grayscale: #9A9A9A. Windows color (decimal): -3957474 or 2006467. OLE color: 2006467.
HSL color Cylindrical-coordinate representation of color #C39D1E: hue angle of 46.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C39D1E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.24 |
| HSL | 46.18º | 0.73% | 0.44% | - |
| HSV(B) | 46.18º | 0.85% | 0.76% | - |
| XYZ | 34.8 | 35.81 | 6.31 | - |
| YUV | 153.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 30 | 0 | 0.19 | 0.85 | 0.24 | 46.18 | 0.73 | 0.44 |
| Hex | C3 | 9D | 1E | 0 | 13 | 55 | 18 | 2E | 49 | 2C |
| Octal | 303 | 235 | 36 | 0 | 23 | 125 | 30 | 56 | 111 | 54 |
| Binary | 11000011 | 10011101 | 11110 | 0 | 10011 | 1010101 | 11000 | 101110 | 1001001 | 101100 |
Color Harmonies of #C39D1E
Complementary color
Monochromatic Colors of #C39D1E
Black with #C39D1E
Text Example
Text Example
White with #C39D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D1E; }
p { color: rgb(195,157,30); }
H1.HeaderClassName
{
color: #C39D1E;
}
.AnyTagClassName
{
color: #C39D1E;
}
</style>
background-color css
<style>
a { background-color: #C39D1E; }
a { background-color: rgb(195,157,30); }
div.DivClassName
{
background-color: #C39D1E;
}
.BgClassName
{
background-color: #C39D1E;
}
</style>
border-color css
<style>
span { border-color: #C39D1E; }
span { border-color: rgb(195,157,30); }
td.TdClassName
{
border-color: #C39D1E;
}
.TagClassName
{
border-color: #C39D1E;
}
</style>