Shades of Buddha Gold #C39E21
Tints of Buddha Gold #C39E21
RGB
CMYK
RGB Variations
Color information
#C39E21 (or 0xC39E21) is known color: Buddha Gold. HEX triplet: C3, 9E and 21. RGB value is (195,158,33). Sum of RGB (Red+Green+Blue) = 195+158+33=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E21 is #3C61DE. Grayscale: #9B9B9B. Windows color (decimal): -3957215 or 2203331. OLE color: 2203331.
HSL color Cylindrical-coordinate representation of color #C39E21: hue angle of 46.3º 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 #C39E21 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 33 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.24 |
| HSL | 46.3º | 0.71% | 0.45% | - |
| HSV(B) | 46.3º | 0.83% | 0.76% | - |
| XYZ | 35.01 | 36.17 | 6.57 | - |
| YUV | 154.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 33 | 0 | 0.19 | 0.83 | 0.24 | 46.3 | 0.71 | 0.45 |
| Hex | C3 | 9E | 21 | 0 | 13 | 53 | 18 | 2E | 47 | 2D |
| Octal | 303 | 236 | 41 | 0 | 23 | 123 | 30 | 56 | 107 | 55 |
| Binary | 11000011 | 10011110 | 100001 | 0 | 10011 | 1010011 | 11000 | 101110 | 1000111 | 101101 |
Color Harmonies of #C39E21
Complementary color
Monochromatic Colors of #C39E21
Black with #C39E21
Text Example
Text Example
White with #C39E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E21; }
p { color: rgb(195,158,33); }
H1.HeaderClassName
{
color: #C39E21;
}
.AnyTagClassName
{
color: #C39E21;
}
</style>
background-color css
<style>
a { background-color: #C39E21; }
a { background-color: rgb(195,158,33); }
div.DivClassName
{
background-color: #C39E21;
}
.BgClassName
{
background-color: #C39E21;
}
</style>
border-color css
<style>
span { border-color: #C39E21; }
span { border-color: rgb(195,158,33); }
td.TdClassName
{
border-color: #C39E21;
}
.TagClassName
{
border-color: #C39E21;
}
</style>