Shades of Buddha Gold #C39C1D
Tints of Buddha Gold #C39C1D
RGB
CMYK
RGB Variations
Color information
#C39C1D (or 0xC39C1D) is known color: Buddha Gold. HEX triplet: C3, 9C and 1D. RGB value is (195,156,29). Sum of RGB (Red+Green+Blue) = 195+156+29=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C1D is #3C63E2. Grayscale: #999999. Windows color (decimal): -3957731 or 1940675. OLE color: 1940675.
HSL color Cylindrical-coordinate representation of color #C39C1D: hue angle of 45.9º 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 #C39C1D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 29 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.24 |
| HSL | 45.9º | 0.74% | 0.44% | - |
| HSV(B) | 45.9º | 0.85% | 0.76% | - |
| XYZ | 34.62 | 35.47 | 6.18 | - |
| YUV | 153.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 29 | 0 | 0.20 | 0.85 | 0.24 | 45.9 | 0.74 | 0.44 |
| Hex | C3 | 9C | 1D | 0 | 14 | 55 | 18 | 2E | 4A | 2C |
| Octal | 303 | 234 | 35 | 0 | 24 | 125 | 30 | 56 | 112 | 54 |
| Binary | 11000011 | 10011100 | 11101 | 0 | 10100 | 1010101 | 11000 | 101110 | 1001010 | 101100 |
Color Harmonies of #C39C1D
Complementary color
Monochromatic Colors of #C39C1D
Black with #C39C1D
Text Example
Text Example
White with #C39C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C1D; }
p { color: rgb(195,156,29); }
H1.HeaderClassName
{
color: #C39C1D;
}
.AnyTagClassName
{
color: #C39C1D;
}
</style>
background-color css
<style>
a { background-color: #C39C1D; }
a { background-color: rgb(195,156,29); }
div.DivClassName
{
background-color: #C39C1D;
}
.BgClassName
{
background-color: #C39C1D;
}
</style>
border-color css
<style>
span { border-color: #C39C1D; }
span { border-color: rgb(195,156,29); }
td.TdClassName
{
border-color: #C39C1D;
}
.TagClassName
{
border-color: #C39C1D;
}
</style>