Shades of Buddha Gold #C09D15
Tints of Buddha Gold #C09D15
RGB
CMYK
RGB Variations
Color information
#C09D15 (or 0xC09D15) is known color: Buddha Gold. HEX triplet: C0, 9D and 15. RGB value is (192,157,21). Sum of RGB (Red+Green+Blue) = 192+157+21=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D15 is #3F62EA. Grayscale: #989898. Windows color (decimal): -4154091 or 1416640. OLE color: 1416640.
HSL color Cylindrical-coordinate representation of color #C09D15: hue angle of 47.72º degrees, saturation: 0.8, 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 #C09D15 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 21 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.25 |
| HSL | 47.72º | 0.8% | 0.42% | - |
| HSV(B) | 47.72º | 0.89% | 0.75% | - |
| XYZ | 33.93 | 35.37 | 5.75 | - |
| YUV | 151.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 21 | 0 | 0.18 | 0.89 | 0.25 | 47.72 | 0.8 | 0.42 |
| Hex | C0 | 9D | 15 | 0 | 12 | 59 | 19 | 30 | 50 | 2A |
| Octal | 300 | 235 | 25 | 0 | 22 | 131 | 31 | 60 | 120 | 52 |
| Binary | 11000000 | 10011101 | 10101 | 0 | 10010 | 1011001 | 11001 | 110000 | 1010000 | 101010 |
Color Harmonies of #C09D15
Complementary color
Monochromatic Colors of #C09D15
Black with #C09D15
Text Example
Text Example
White with #C09D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D15; }
p { color: rgb(192,157,21); }
H1.HeaderClassName
{
color: #C09D15;
}
.AnyTagClassName
{
color: #C09D15;
}
</style>
background-color css
<style>
a { background-color: #C09D15; }
a { background-color: rgb(192,157,21); }
div.DivClassName
{
background-color: #C09D15;
}
.BgClassName
{
background-color: #C09D15;
}
</style>
border-color css
<style>
span { border-color: #C09D15; }
span { border-color: rgb(192,157,21); }
td.TdClassName
{
border-color: #C09D15;
}
.TagClassName
{
border-color: #C09D15;
}
</style>