Shades of Buddha Gold #C09D21
Tints of Buddha Gold #C09D21
RGB
CMYK
RGB Variations
Color information
#C09D21 (or 0xC09D21) is known color: Buddha Gold. HEX triplet: C0, 9D and 21. RGB value is (192,157,33). Sum of RGB (Red+Green+Blue) = 192+157+33=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D21 is #3F62DE. Grayscale: #999999. Windows color (decimal): -4154079 or 2203072. OLE color: 2203072.
HSL color Cylindrical-coordinate representation of color #C09D21: hue angle of 46.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09D21 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 33 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.25 |
| HSL | 46.79º | 0.71% | 0.44% | - |
| HSV(B) | 46.79º | 0.83% | 0.75% | - |
| XYZ | 34.07 | 35.43 | 6.48 | - |
| YUV | 153.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 33 | 0 | 0.18 | 0.83 | 0.25 | 46.79 | 0.71 | 0.44 |
| Hex | C0 | 9D | 21 | 0 | 12 | 53 | 19 | 2F | 47 | 2C |
| Octal | 300 | 235 | 41 | 0 | 22 | 123 | 31 | 57 | 107 | 54 |
| Binary | 11000000 | 10011101 | 100001 | 0 | 10010 | 1010011 | 11001 | 101111 | 1000111 | 101100 |
Color Harmonies of #C09D21
Complementary color
Monochromatic Colors of #C09D21
Black with #C09D21
Text Example
Text Example
White with #C09D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D21; }
p { color: rgb(192,157,33); }
H1.HeaderClassName
{
color: #C09D21;
}
.AnyTagClassName
{
color: #C09D21;
}
</style>
background-color css
<style>
a { background-color: #C09D21; }
a { background-color: rgb(192,157,33); }
div.DivClassName
{
background-color: #C09D21;
}
.BgClassName
{
background-color: #C09D21;
}
</style>
border-color css
<style>
span { border-color: #C09D21; }
span { border-color: rgb(192,157,33); }
td.TdClassName
{
border-color: #C09D21;
}
.TagClassName
{
border-color: #C09D21;
}
</style>