Shades of Buddha Gold #C39E22
Tints of Buddha Gold #C39E22
RGB
CMYK
RGB Variations
Color information
#C39E22 (or 0xC39E22) is known color: Buddha Gold. HEX triplet: C3, 9E and 22. RGB value is (195,158,34). Sum of RGB (Red+Green+Blue) = 195+158+34=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E22 is #3C61DD. Grayscale: #9B9B9B. Windows color (decimal): -3957214 or 2268867. OLE color: 2268867.
HSL color Cylindrical-coordinate representation of color #C39E22: hue angle of 46.21º degrees, saturation: 0.7, 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 #C39E22 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 34 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.24 |
| HSL | 46.21º | 0.7% | 0.45% | - |
| HSV(B) | 46.21º | 0.83% | 0.76% | - |
| XYZ | 35.02 | 36.17 | 6.65 | - |
| YUV | 154.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 34 | 0 | 0.19 | 0.83 | 0.24 | 46.21 | 0.7 | 0.45 |
| Hex | C3 | 9E | 22 | 0 | 13 | 53 | 18 | 2E | 46 | 2D |
| Octal | 303 | 236 | 42 | 0 | 23 | 123 | 30 | 56 | 106 | 55 |
| Binary | 11000011 | 10011110 | 100010 | 0 | 10011 | 1010011 | 11000 | 101110 | 1000110 | 101101 |
Color Harmonies of #C39E22
Complementary color
Monochromatic Colors of #C39E22
Black with #C39E22
Text Example
Text Example
White with #C39E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E22; }
p { color: rgb(195,158,34); }
H1.HeaderClassName
{
color: #C39E22;
}
.AnyTagClassName
{
color: #C39E22;
}
</style>
background-color css
<style>
a { background-color: #C39E22; }
a { background-color: rgb(195,158,34); }
div.DivClassName
{
background-color: #C39E22;
}
.BgClassName
{
background-color: #C39E22;
}
</style>
border-color css
<style>
span { border-color: #C39E22; }
span { border-color: rgb(195,158,34); }
td.TdClassName
{
border-color: #C39E22;
}
.TagClassName
{
border-color: #C39E22;
}
</style>