Shades of Buddha Gold #C09A0D
Tints of Buddha Gold #C09A0D
RGB
CMYK
RGB Variations
Color information
#C09A0D (or 0xC09A0D) is known color: Buddha Gold. HEX triplet: C0, 9A and 0D. RGB value is (192,154,13). Sum of RGB (Red+Green+Blue) = 192+154+13=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A0D is #3F65F2. Grayscale: #959595. Windows color (decimal): -4154867 or 891584. OLE color: 891584.
HSL color Cylindrical-coordinate representation of color #C09A0D: hue angle of 47.26º degrees, saturation: 0.87, 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 #C09A0D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.25 |
| HSL | 47.26º | 0.87% | 0.4% | - |
| HSV(B) | 47.26º | 0.93% | 0.75% | - |
| XYZ | 33.37 | 34.35 | 5.25 | - |
| YUV | 149.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 13 | 0 | 0.20 | 0.93 | 0.25 | 47.26 | 0.87 | 0.4 |
| Hex | C0 | 9A | D | 0 | 14 | 5D | 19 | 2F | 57 | 28 |
| Octal | 300 | 232 | 15 | 0 | 24 | 135 | 31 | 57 | 127 | 50 |
| Binary | 11000000 | 10011010 | 1101 | 0 | 10100 | 1011101 | 11001 | 101111 | 1010111 | 101000 |
Color Harmonies of #C09A0D
Complementary color
Monochromatic Colors of #C09A0D
Black with #C09A0D
Text Example
Text Example
White with #C09A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A0D; }
p { color: rgb(192,154,13); }
H1.HeaderClassName
{
color: #C09A0D;
}
.AnyTagClassName
{
color: #C09A0D;
}
</style>
background-color css
<style>
a { background-color: #C09A0D; }
a { background-color: rgb(192,154,13); }
div.DivClassName
{
background-color: #C09A0D;
}
.BgClassName
{
background-color: #C09A0D;
}
</style>
border-color css
<style>
span { border-color: #C09A0D; }
span { border-color: rgb(192,154,13); }
td.TdClassName
{
border-color: #C09A0D;
}
.TagClassName
{
border-color: #C09A0D;
}
</style>