Shades of Buddha Gold #C09317
Tints of Buddha Gold #C09317
RGB
CMYK
RGB Variations
Color information
#C09317 (or 0xC09317) is known color: Buddha Gold. HEX triplet: C0, 93 and 17. RGB value is (192,147,23). Sum of RGB (Red+Green+Blue) = 192+147+23=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09317 is #3F6CE8. Grayscale: #929292. Windows color (decimal): -4156649 or 1545152. OLE color: 1545152.
HSL color Cylindrical-coordinate representation of color #C09317: hue angle of 44.02º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C09317 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.25 |
| HSL | 44.02º | 0.79% | 0.42% | - |
| HSV(B) | 44.02º | 0.88% | 0.75% | - |
| XYZ | 32.33 | 32.14 | 5.31 | - |
| YUV | 146.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 23 | 0 | 0.23 | 0.88 | 0.25 | 44.02 | 0.79 | 0.42 |
| Hex | C0 | 93 | 17 | 0 | 17 | 58 | 19 | 2C | 4F | 2A |
| Octal | 300 | 223 | 27 | 0 | 27 | 130 | 31 | 54 | 117 | 52 |
| Binary | 11000000 | 10010011 | 10111 | 0 | 10111 | 1011000 | 11001 | 101100 | 1001111 | 101010 |
Color Harmonies of #C09317
Complementary color
Monochromatic Colors of #C09317
Black with #C09317
Text Example
Text Example
White with #C09317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09317; }
p { color: rgb(192,147,23); }
H1.HeaderClassName
{
color: #C09317;
}
.AnyTagClassName
{
color: #C09317;
}
</style>
background-color css
<style>
a { background-color: #C09317; }
a { background-color: rgb(192,147,23); }
div.DivClassName
{
background-color: #C09317;
}
.BgClassName
{
background-color: #C09317;
}
</style>
border-color css
<style>
span { border-color: #C09317; }
span { border-color: rgb(192,147,23); }
td.TdClassName
{
border-color: #C09317;
}
.TagClassName
{
border-color: #C09317;
}
</style>