Shades of Buddha Gold #C09A0E
Tints of Buddha Gold #C09A0E
RGB
CMYK
RGB Variations
Color information
#C09A0E (or 0xC09A0E) is known color: Buddha Gold. HEX triplet: C0, 9A and 0E. RGB value is (192,154,14). Sum of RGB (Red+Green+Blue) = 192+154+14=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A0E is #3F65F1. Grayscale: #959595. Windows color (decimal): -4154866 or 957120. OLE color: 957120.
HSL color Cylindrical-coordinate representation of color #C09A0E: hue angle of 47.19º 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 #C09A0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.25 |
| HSL | 47.19º | 0.86% | 0.4% | - |
| HSV(B) | 47.19º | 0.93% | 0.75% | - |
| XYZ | 33.37 | 34.35 | 5.29 | - |
| YUV | 149.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 14 | 0 | 0.20 | 0.93 | 0.25 | 47.19 | 0.86 | 0.4 |
| Hex | C0 | 9A | E | 0 | 14 | 5D | 19 | 2F | 56 | 28 |
| Octal | 300 | 232 | 16 | 0 | 24 | 135 | 31 | 57 | 126 | 50 |
| Binary | 11000000 | 10011010 | 1110 | 0 | 10100 | 1011101 | 11001 | 101111 | 1010110 | 101000 |
Color Harmonies of #C09A0E
Complementary color
Monochromatic Colors of #C09A0E
Black with #C09A0E
Text Example
Text Example
White with #C09A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A0E; }
p { color: rgb(192,154,14); }
H1.HeaderClassName
{
color: #C09A0E;
}
.AnyTagClassName
{
color: #C09A0E;
}
</style>
background-color css
<style>
a { background-color: #C09A0E; }
a { background-color: rgb(192,154,14); }
div.DivClassName
{
background-color: #C09A0E;
}
.BgClassName
{
background-color: #C09A0E;
}
</style>
border-color css
<style>
span { border-color: #C09A0E; }
span { border-color: rgb(192,154,14); }
td.TdClassName
{
border-color: #C09A0E;
}
.TagClassName
{
border-color: #C09A0E;
}
</style>