Shades of Buddha Gold #C09D24
Tints of Buddha Gold #C09D24
RGB
CMYK
RGB Variations
Color information
#C09D24 (or 0xC09D24) is known color: Buddha Gold. HEX triplet: C0, 9D and 24. RGB value is (192,157,36). Sum of RGB (Red+Green+Blue) = 192+157+36=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D24 is #3F62DB. Grayscale: #9A9A9A. Windows color (decimal): -4154076 or 2399680. OLE color: 2399680.
HSL color Cylindrical-coordinate representation of color #C09D24: hue angle of 46.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C09D24 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 36 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.25 |
| HSL | 46.54º | 0.68% | 0.45% | - |
| HSV(B) | 46.54º | 0.81% | 0.75% | - |
| XYZ | 34.11 | 35.45 | 6.71 | - |
| YUV | 153.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 36 | 0 | 0.18 | 0.81 | 0.25 | 46.54 | 0.68 | 0.45 |
| Hex | C0 | 9D | 24 | 0 | 12 | 51 | 19 | 2F | 44 | 2D |
| Octal | 300 | 235 | 44 | 0 | 22 | 121 | 31 | 57 | 104 | 55 |
| Binary | 11000000 | 10011101 | 100100 | 0 | 10010 | 1010001 | 11001 | 101111 | 1000100 | 101101 |
Color Harmonies of #C09D24
Complementary color
Monochromatic Colors of #C09D24
Black with #C09D24
Text Example
Text Example
White with #C09D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D24; }
p { color: rgb(192,157,36); }
H1.HeaderClassName
{
color: #C09D24;
}
.AnyTagClassName
{
color: #C09D24;
}
</style>
background-color css
<style>
a { background-color: #C09D24; }
a { background-color: rgb(192,157,36); }
div.DivClassName
{
background-color: #C09D24;
}
.BgClassName
{
background-color: #C09D24;
}
</style>
border-color css
<style>
span { border-color: #C09D24; }
span { border-color: rgb(192,157,36); }
td.TdClassName
{
border-color: #C09D24;
}
.TagClassName
{
border-color: #C09D24;
}
</style>