Shades of Buddha Gold #C39F21
Tints of Buddha Gold #C39F21
RGB
CMYK
RGB Variations
Color information
#C39F21 (or 0xC39F21) is known color: Buddha Gold. HEX triplet: C3, 9F and 21. RGB value is (195,159,33). Sum of RGB (Red+Green+Blue) = 195+159+33=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39F21 is #3C60DE. Grayscale: #9B9B9B. Windows color (decimal): -3956959 or 2203587. OLE color: 2203587.
HSL color Cylindrical-coordinate representation of color #C39F21: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C39F21 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 33 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.24 |
| HSL | 46.67º | 0.71% | 0.45% | - |
| HSV(B) | 46.67º | 0.83% | 0.76% | - |
| XYZ | 35.18 | 36.51 | 6.63 | - |
| YUV | 155.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 33 | 0 | 0.18 | 0.83 | 0.24 | 46.67 | 0.71 | 0.45 |
| Hex | C3 | 9F | 21 | 0 | 12 | 53 | 18 | 2F | 47 | 2D |
| Octal | 303 | 237 | 41 | 0 | 22 | 123 | 30 | 57 | 107 | 55 |
| Binary | 11000011 | 10011111 | 100001 | 0 | 10010 | 1010011 | 11000 | 101111 | 1000111 | 101101 |
Color Harmonies of #C39F21
Complementary color
Monochromatic Colors of #C39F21
Black with #C39F21
Text Example
Text Example
White with #C39F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F21; }
p { color: rgb(195,159,33); }
H1.HeaderClassName
{
color: #C39F21;
}
.AnyTagClassName
{
color: #C39F21;
}
</style>
background-color css
<style>
a { background-color: #C39F21; }
a { background-color: rgb(195,159,33); }
div.DivClassName
{
background-color: #C39F21;
}
.BgClassName
{
background-color: #C39F21;
}
</style>
border-color css
<style>
span { border-color: #C39F21; }
span { border-color: rgb(195,159,33); }
td.TdClassName
{
border-color: #C39F21;
}
.TagClassName
{
border-color: #C39F21;
}
</style>