Shades of Buddha Gold #CC9212
Tints of Buddha Gold #CC9212
RGB
CMYK
RGB Variations
Color information
#CC9212 (or 0xCC9212) is known color: Buddha Gold. HEX triplet: CC, 92 and 12. RGB value is (204,146,18). Sum of RGB (Red+Green+Blue) = 204+146+18=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9212 is #336DED. Grayscale: #959595. Windows color (decimal): -3370478 or 1217228. OLE color: 1217228.
HSL color Cylindrical-coordinate representation of color #CC9212: hue angle of 41.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC9212 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 18 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.2 |
| HSL | 41.29º | 0.84% | 0.44% | - |
| HSV(B) | 41.29º | 0.91% | 0.8% | - |
| XYZ | 35.29 | 33.44 | 5.17 | - |
| YUV | 148.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 18 | 0 | 0.28 | 0.91 | 0.2 | 41.29 | 0.84 | 0.44 |
| Hex | CC | 92 | 12 | 0 | 1C | 5B | 14 | 29 | 54 | 2C |
| Octal | 314 | 222 | 22 | 0 | 34 | 133 | 24 | 51 | 124 | 54 |
| Binary | 11001100 | 10010010 | 10010 | 0 | 11100 | 1011011 | 10100 | 101001 | 1010100 | 101100 |
Color Harmonies of #CC9212
Complementary color
Monochromatic Colors of #CC9212
Black with #CC9212
Text Example
Text Example
White with #CC9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9212; }
p { color: rgb(204,146,18); }
H1.HeaderClassName
{
color: #CC9212;
}
.AnyTagClassName
{
color: #CC9212;
}
</style>
background-color css
<style>
a { background-color: #CC9212; }
a { background-color: rgb(204,146,18); }
div.DivClassName
{
background-color: #CC9212;
}
.BgClassName
{
background-color: #CC9212;
}
</style>
border-color css
<style>
span { border-color: #CC9212; }
span { border-color: rgb(204,146,18); }
td.TdClassName
{
border-color: #CC9212;
}
.TagClassName
{
border-color: #CC9212;
}
</style>