Shades of Buddha Gold #C09821
Tints of Buddha Gold #C09821
RGB
CMYK
RGB Variations
Color information
#C09821 (or 0xC09821) is known color: Buddha Gold. HEX triplet: C0, 98 and 21. RGB value is (192,152,33). Sum of RGB (Red+Green+Blue) = 192+152+33=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09821 is #3F67DE. Grayscale: #969696. Windows color (decimal): -4155359 or 2201792. OLE color: 2201792.
HSL color Cylindrical-coordinate representation of color #C09821: hue angle of 44.91º 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 #C09821 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 33 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.25 |
| HSL | 44.91º | 0.71% | 0.44% | - |
| HSV(B) | 44.91º | 0.83% | 0.75% | - |
| XYZ | 33.24 | 33.77 | 6.21 | - |
| YUV | 150.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 33 | 0 | 0.21 | 0.83 | 0.25 | 44.91 | 0.71 | 0.44 |
| Hex | C0 | 98 | 21 | 0 | 15 | 53 | 19 | 2D | 47 | 2C |
| Octal | 300 | 230 | 41 | 0 | 25 | 123 | 31 | 55 | 107 | 54 |
| Binary | 11000000 | 10011000 | 100001 | 0 | 10101 | 1010011 | 11001 | 101101 | 1000111 | 101100 |
Color Harmonies of #C09821
Complementary color
Monochromatic Colors of #C09821
Black with #C09821
Text Example
Text Example
White with #C09821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09821; }
p { color: rgb(192,152,33); }
H1.HeaderClassName
{
color: #C09821;
}
.AnyTagClassName
{
color: #C09821;
}
</style>
background-color css
<style>
a { background-color: #C09821; }
a { background-color: rgb(192,152,33); }
div.DivClassName
{
background-color: #C09821;
}
.BgClassName
{
background-color: #C09821;
}
</style>
border-color css
<style>
span { border-color: #C09821; }
span { border-color: rgb(192,152,33); }
td.TdClassName
{
border-color: #C09821;
}
.TagClassName
{
border-color: #C09821;
}
</style>