Shades of Buddha Gold #C09311
Tints of Buddha Gold #C09311
RGB
CMYK
RGB Variations
Color information
#C09311 (or 0xC09311) is known color: Buddha Gold. HEX triplet: C0, 93 and 11. RGB value is (192,147,17). Sum of RGB (Red+Green+Blue) = 192+147+17=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09311 is #3F6CEE. Grayscale: #929292. Windows color (decimal): -4156655 or 1151936. OLE color: 1151936.
HSL color Cylindrical-coordinate representation of color #C09311: hue angle of 44.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09311 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.25 |
| HSL | 44.57º | 0.84% | 0.41% | - |
| HSV(B) | 44.57º | 0.91% | 0.75% | - |
| XYZ | 32.27 | 32.11 | 5.03 | - |
| YUV | 145.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 17 | 0 | 0.23 | 0.91 | 0.25 | 44.57 | 0.84 | 0.41 |
| Hex | C0 | 93 | 11 | 0 | 17 | 5B | 19 | 2D | 54 | 29 |
| Octal | 300 | 223 | 21 | 0 | 27 | 133 | 31 | 55 | 124 | 51 |
| Binary | 11000000 | 10010011 | 10001 | 0 | 10111 | 1011011 | 11001 | 101101 | 1010100 | 101001 |
Color Harmonies of #C09311
Complementary color
Monochromatic Colors of #C09311
Black with #C09311
Text Example
Text Example
White with #C09311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09311; }
p { color: rgb(192,147,17); }
H1.HeaderClassName
{
color: #C09311;
}
.AnyTagClassName
{
color: #C09311;
}
</style>
background-color css
<style>
a { background-color: #C09311; }
a { background-color: rgb(192,147,17); }
div.DivClassName
{
background-color: #C09311;
}
.BgClassName
{
background-color: #C09311;
}
</style>
border-color css
<style>
span { border-color: #C09311; }
span { border-color: rgb(192,147,17); }
td.TdClassName
{
border-color: #C09311;
}
.TagClassName
{
border-color: #C09311;
}
</style>