Shades of Buddha Gold #C09D06
Tints of Buddha Gold #C09D06
RGB
CMYK
RGB Variations
Color information
#C09D06 (or 0xC09D06) is known color: Buddha Gold. HEX triplet: C0, 9D and 06. RGB value is (192,157,6). Sum of RGB (Red+Green+Blue) = 192+157+6=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D06 is #3F62F9. Grayscale: #969696. Windows color (decimal): -4154106 or 433600. OLE color: 433600.
HSL color Cylindrical-coordinate representation of color #C09D06: hue angle of 48.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C09D06 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.25 |
| HSL | 48.71º | 0.94% | 0.39% | - |
| HSV(B) | 48.71º | 0.97% | 0.75% | - |
| XYZ | 33.83 | 35.33 | 5.21 | - |
| YUV | 150.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 6 | 0 | 0.18 | 0.97 | 0.25 | 48.71 | 0.94 | 0.39 |
| Hex | C0 | 9D | 6 | 0 | 12 | 61 | 19 | 31 | 5E | 27 |
| Octal | 300 | 235 | 6 | 0 | 22 | 141 | 31 | 61 | 136 | 47 |
| Binary | 11000000 | 10011101 | 110 | 0 | 10010 | 1100001 | 11001 | 110001 | 1011110 | 100111 |
Color Harmonies of #C09D06
Complementary color
Monochromatic Colors of #C09D06
Black with #C09D06
Text Example
Text Example
White with #C09D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D06; }
p { color: rgb(192,157,6); }
H1.HeaderClassName
{
color: #C09D06;
}
.AnyTagClassName
{
color: #C09D06;
}
</style>
background-color css
<style>
a { background-color: #C09D06; }
a { background-color: rgb(192,157,6); }
div.DivClassName
{
background-color: #C09D06;
}
.BgClassName
{
background-color: #C09D06;
}
</style>
border-color css
<style>
span { border-color: #C09D06; }
span { border-color: rgb(192,157,6); }
td.TdClassName
{
border-color: #C09D06;
}
.TagClassName
{
border-color: #C09D06;
}
</style>