Shades of Buddha Gold #C39F00
Tints of Buddha Gold #C39F00
RGB
CMYK
RGB Variations
Color information
#C39F00 (or 0xC39F00) is known color: Buddha Gold. HEX triplet: C3, 9F and 00. RGB value is (195,159,0). Sum of RGB (Red+Green+Blue) = 195+159+0=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39F00 is #3C60FF. Grayscale: #989898. Windows color (decimal): -3956992 or 40899. OLE color: 40899.
HSL color Cylindrical-coordinate representation of color #C39F00: hue angle of 48.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C39F00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.24 |
| HSL | 48.92º | 1% | 0.38% | - |
| HSV(B) | 48.92º | 1% | 0.76% | - |
| XYZ | 34.9 | 36.4 | 5.19 | - |
| YUV | 151.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 0 | 0 | 0.18 | 1 | 0.24 | 48.92 | 1 | 0.38 |
| Hex | C3 | 9F | 0 | 0 | 12 | 64 | 18 | 31 | 64 | 26 |
| Octal | 303 | 237 | 0 | 0 | 22 | 144 | 30 | 61 | 144 | 46 |
| Binary | 11000011 | 10011111 | 0 | 0 | 10010 | 1100100 | 11000 | 110001 | 1100100 | 100110 |
Color Harmonies of #C39F00
Complementary color
Monochromatic Colors of #C39F00
Black with #C39F00
Text Example
Text Example
White with #C39F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F00; }
p { color: rgb(195,159,0); }
H1.HeaderClassName
{
color: #C39F00;
}
.AnyTagClassName
{
color: #C39F00;
}
</style>
background-color css
<style>
a { background-color: #C39F00; }
a { background-color: rgb(195,159,0); }
div.DivClassName
{
background-color: #C39F00;
}
.BgClassName
{
background-color: #C39F00;
}
</style>
border-color css
<style>
span { border-color: #C39F00; }
span { border-color: rgb(195,159,0); }
td.TdClassName
{
border-color: #C39F00;
}
.TagClassName
{
border-color: #C39F00;
}
</style>