Shades of Buddha Gold #C09F22
Tints of Buddha Gold #C09F22
RGB
CMYK
RGB Variations
Color information
#C09F22 (or 0xC09F22) is known color: Buddha Gold. HEX triplet: C0, 9F and 22. RGB value is (192,159,34). Sum of RGB (Red+Green+Blue) = 192+159+34=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F22 is #3F60DD. Grayscale: #9B9B9B. Windows color (decimal): -4153566 or 2269120. OLE color: 2269120.
HSL color Cylindrical-coordinate representation of color #C09F22: hue angle of 47.47º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09F22 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 34 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.25 |
| HSL | 47.47º | 0.7% | 0.44% | - |
| HSV(B) | 47.47º | 0.82% | 0.75% | - |
| XYZ | 34.43 | 36.12 | 6.67 | - |
| YUV | 154.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 34 | 0 | 0.17 | 0.82 | 0.25 | 47.47 | 0.7 | 0.44 |
| Hex | C0 | 9F | 22 | 0 | 11 | 52 | 19 | 2F | 46 | 2C |
| Octal | 300 | 237 | 42 | 0 | 21 | 122 | 31 | 57 | 106 | 54 |
| Binary | 11000000 | 10011111 | 100010 | 0 | 10001 | 1010010 | 11001 | 101111 | 1000110 | 101100 |
Color Harmonies of #C09F22
Complementary color
Monochromatic Colors of #C09F22
Black with #C09F22
Text Example
Text Example
White with #C09F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F22; }
p { color: rgb(192,159,34); }
H1.HeaderClassName
{
color: #C09F22;
}
.AnyTagClassName
{
color: #C09F22;
}
</style>
background-color css
<style>
a { background-color: #C09F22; }
a { background-color: rgb(192,159,34); }
div.DivClassName
{
background-color: #C09F22;
}
.BgClassName
{
background-color: #C09F22;
}
</style>
border-color css
<style>
span { border-color: #C09F22; }
span { border-color: rgb(192,159,34); }
td.TdClassName
{
border-color: #C09F22;
}
.TagClassName
{
border-color: #C09F22;
}
</style>