Shades of Buddha Gold #C09D16
Tints of Buddha Gold #C09D16
RGB
CMYK
RGB Variations
Color information
#C09D16 (or 0xC09D16) is known color: Buddha Gold. HEX triplet: C0, 9D and 16. RGB value is (192,157,22). Sum of RGB (Red+Green+Blue) = 192+157+22=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D16 is #3F62E9. Grayscale: #989898. Windows color (decimal): -4154090 or 1482176. OLE color: 1482176.
HSL color Cylindrical-coordinate representation of color #C09D16: hue angle of 47.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09D16 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 22 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.25 |
| HSL | 47.65º | 0.79% | 0.42% | - |
| HSV(B) | 47.65º | 0.89% | 0.75% | - |
| XYZ | 33.94 | 35.38 | 5.8 | - |
| YUV | 152.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 22 | 0 | 0.18 | 0.89 | 0.25 | 47.65 | 0.79 | 0.42 |
| Hex | C0 | 9D | 16 | 0 | 12 | 59 | 19 | 30 | 4F | 2A |
| Octal | 300 | 235 | 26 | 0 | 22 | 131 | 31 | 60 | 117 | 52 |
| Binary | 11000000 | 10011101 | 10110 | 0 | 10010 | 1011001 | 11001 | 110000 | 1001111 | 101010 |
Color Harmonies of #C09D16
Complementary color
Monochromatic Colors of #C09D16
Black with #C09D16
Text Example
Text Example
White with #C09D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D16; }
p { color: rgb(192,157,22); }
H1.HeaderClassName
{
color: #C09D16;
}
.AnyTagClassName
{
color: #C09D16;
}
</style>
background-color css
<style>
a { background-color: #C09D16; }
a { background-color: rgb(192,157,22); }
div.DivClassName
{
background-color: #C09D16;
}
.BgClassName
{
background-color: #C09D16;
}
</style>
border-color css
<style>
span { border-color: #C09D16; }
span { border-color: rgb(192,157,22); }
td.TdClassName
{
border-color: #C09D16;
}
.TagClassName
{
border-color: #C09D16;
}
</style>