Shades of Buddha Gold #C09D0E
Tints of Buddha Gold #C09D0E
RGB
CMYK
RGB Variations
Color information
#C09D0E (or 0xC09D0E) is known color: Buddha Gold. HEX triplet: C0, 9D and 0E. RGB value is (192,157,14). Sum of RGB (Red+Green+Blue) = 192+157+14=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D0E is #3F62F1. Grayscale: #979797. Windows color (decimal): -4154098 or 957888. OLE color: 957888.
HSL color Cylindrical-coordinate representation of color #C09D0E: hue angle of 48.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C09D0E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.25 |
| HSL | 48.2º | 0.86% | 0.4% | - |
| HSV(B) | 48.2º | 0.93% | 0.75% | - |
| XYZ | 33.87 | 35.35 | 5.45 | - |
| YUV | 151.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 14 | 0 | 0.18 | 0.93 | 0.25 | 48.2 | 0.86 | 0.4 |
| Hex | C0 | 9D | E | 0 | 12 | 5D | 19 | 30 | 56 | 28 |
| Octal | 300 | 235 | 16 | 0 | 22 | 135 | 31 | 60 | 126 | 50 |
| Binary | 11000000 | 10011101 | 1110 | 0 | 10010 | 1011101 | 11001 | 110000 | 1010110 | 101000 |
Color Harmonies of #C09D0E
Complementary color
Monochromatic Colors of #C09D0E
Black with #C09D0E
Text Example
Text Example
White with #C09D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D0E; }
p { color: rgb(192,157,14); }
H1.HeaderClassName
{
color: #C09D0E;
}
.AnyTagClassName
{
color: #C09D0E;
}
</style>
background-color css
<style>
a { background-color: #C09D0E; }
a { background-color: rgb(192,157,14); }
div.DivClassName
{
background-color: #C09D0E;
}
.BgClassName
{
background-color: #C09D0E;
}
</style>
border-color css
<style>
span { border-color: #C09D0E; }
span { border-color: rgb(192,157,14); }
td.TdClassName
{
border-color: #C09D0E;
}
.TagClassName
{
border-color: #C09D0E;
}
</style>