Shades of Buddha Gold #C39A22
Tints of Buddha Gold #C39A22
RGB
CMYK
RGB Variations
Color information
#C39A22 (or 0xC39A22) is known color: Buddha Gold. HEX triplet: C3, 9A and 22. RGB value is (195,154,34). Sum of RGB (Red+Green+Blue) = 195+154+34=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A22 is #3C65DD. Grayscale: #999999. Windows color (decimal): -3958238 or 2267843. OLE color: 2267843.
HSL color Cylindrical-coordinate representation of color #C39A22: hue angle of 44.72º 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 #C39A22 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.24 |
| HSL | 44.72º | 0.7% | 0.45% | - |
| HSV(B) | 44.72º | 0.83% | 0.76% | - |
| XYZ | 34.35 | 34.83 | 6.43 | - |
| YUV | 152.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 34 | 0 | 0.21 | 0.83 | 0.24 | 44.72 | 0.7 | 0.45 |
| Hex | C3 | 9A | 22 | 0 | 15 | 53 | 18 | 2D | 46 | 2D |
| Octal | 303 | 232 | 42 | 0 | 25 | 123 | 30 | 55 | 106 | 55 |
| Binary | 11000011 | 10011010 | 100010 | 0 | 10101 | 1010011 | 11000 | 101101 | 1000110 | 101101 |
Color Harmonies of #C39A22
Complementary color
Monochromatic Colors of #C39A22
Black with #C39A22
Text Example
Text Example
White with #C39A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A22; }
p { color: rgb(195,154,34); }
H1.HeaderClassName
{
color: #C39A22;
}
.AnyTagClassName
{
color: #C39A22;
}
</style>
background-color css
<style>
a { background-color: #C39A22; }
a { background-color: rgb(195,154,34); }
div.DivClassName
{
background-color: #C39A22;
}
.BgClassName
{
background-color: #C39A22;
}
</style>
border-color css
<style>
span { border-color: #C39A22; }
span { border-color: rgb(195,154,34); }
td.TdClassName
{
border-color: #C39A22;
}
.TagClassName
{
border-color: #C39A22;
}
</style>