Shades of Buddha Gold #C39A1D
Tints of Buddha Gold #C39A1D
RGB
CMYK
RGB Variations
Color information
#C39A1D (or 0xC39A1D) is known color: Buddha Gold. HEX triplet: C3, 9A and 1D. RGB value is (195,154,29). Sum of RGB (Red+Green+Blue) = 195+154+29=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A1D is #3C65E2. Grayscale: #989898. Windows color (decimal): -3958243 or 1940163. OLE color: 1940163.
HSL color Cylindrical-coordinate representation of color #C39A1D: hue angle of 45.18º degrees, saturation: 0.74, 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 #C39A1D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 29 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.24 |
| HSL | 45.18º | 0.74% | 0.44% | - |
| HSV(B) | 45.18º | 0.85% | 0.76% | - |
| XYZ | 34.28 | 34.8 | 6.07 | - |
| YUV | 152.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 29 | 0 | 0.21 | 0.85 | 0.24 | 45.18 | 0.74 | 0.44 |
| Hex | C3 | 9A | 1D | 0 | 15 | 55 | 18 | 2D | 4A | 2C |
| Octal | 303 | 232 | 35 | 0 | 25 | 125 | 30 | 55 | 112 | 54 |
| Binary | 11000011 | 10011010 | 11101 | 0 | 10101 | 1010101 | 11000 | 101101 | 1001010 | 101100 |
Color Harmonies of #C39A1D
Complementary color
Monochromatic Colors of #C39A1D
Black with #C39A1D
Text Example
Text Example
White with #C39A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A1D; }
p { color: rgb(195,154,29); }
H1.HeaderClassName
{
color: #C39A1D;
}
.AnyTagClassName
{
color: #C39A1D;
}
</style>
background-color css
<style>
a { background-color: #C39A1D; }
a { background-color: rgb(195,154,29); }
div.DivClassName
{
background-color: #C39A1D;
}
.BgClassName
{
background-color: #C39A1D;
}
</style>
border-color css
<style>
span { border-color: #C39A1D; }
span { border-color: rgb(195,154,29); }
td.TdClassName
{
border-color: #C39A1D;
}
.TagClassName
{
border-color: #C39A1D;
}
</style>