Shades of Buddha Gold #C39D25
Tints of Buddha Gold #C39D25
RGB
CMYK
RGB Variations
Color information
#C39D25 (or 0xC39D25) is known color: Buddha Gold. HEX triplet: C3, 9D and 25. RGB value is (195,157,37). Sum of RGB (Red+Green+Blue) = 195+157+37=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D25 is #3C62DA. Grayscale: #9B9B9B. Windows color (decimal): -3957467 or 2465219. OLE color: 2465219.
HSL color Cylindrical-coordinate representation of color #C39D25: hue angle of 45.57º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C39D25 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 37 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.24 |
| HSL | 45.57º | 0.68% | 0.45% | - |
| HSV(B) | 45.57º | 0.81% | 0.76% | - |
| XYZ | 34.9 | 35.85 | 6.83 | - |
| YUV | 154.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 37 | 0 | 0.19 | 0.81 | 0.24 | 45.57 | 0.68 | 0.45 |
| Hex | C3 | 9D | 25 | 0 | 13 | 51 | 18 | 2E | 44 | 2D |
| Octal | 303 | 235 | 45 | 0 | 23 | 121 | 30 | 56 | 104 | 55 |
| Binary | 11000011 | 10011101 | 100101 | 0 | 10011 | 1010001 | 11000 | 101110 | 1000100 | 101101 |
Color Harmonies of #C39D25
Complementary color
Monochromatic Colors of #C39D25
Black with #C39D25
Text Example
Text Example
White with #C39D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D25; }
p { color: rgb(195,157,37); }
H1.HeaderClassName
{
color: #C39D25;
}
.AnyTagClassName
{
color: #C39D25;
}
</style>
background-color css
<style>
a { background-color: #C39D25; }
a { background-color: rgb(195,157,37); }
div.DivClassName
{
background-color: #C39D25;
}
.BgClassName
{
background-color: #C39D25;
}
</style>
border-color css
<style>
span { border-color: #C39D25; }
span { border-color: rgb(195,157,37); }
td.TdClassName
{
border-color: #C39D25;
}
.TagClassName
{
border-color: #C39D25;
}
</style>