Shades of Buddha Gold #CC9512
Tints of Buddha Gold #CC9512
RGB
CMYK
RGB Variations
Color information
#CC9512 (or 0xCC9512) is known color: Buddha Gold. HEX triplet: CC, 95 and 12. RGB value is (204,149,18). Sum of RGB (Red+Green+Blue) = 204+149+18=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9512 is #336AED. Grayscale: #979797. Windows color (decimal): -3369710 or 1217996. OLE color: 1217996.
HSL color Cylindrical-coordinate representation of color #CC9512: hue angle of 42.26º 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 #CC9512 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 18 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.2 |
| HSL | 42.26º | 0.84% | 0.44% | - |
| HSV(B) | 42.26º | 0.91% | 0.8% | - |
| XYZ | 35.76 | 34.38 | 5.32 | - |
| YUV | 150.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 18 | 0 | 0.27 | 0.91 | 0.2 | 42.26 | 0.84 | 0.44 |
| Hex | CC | 95 | 12 | 0 | 1B | 5B | 14 | 2A | 54 | 2C |
| Octal | 314 | 225 | 22 | 0 | 33 | 133 | 24 | 52 | 124 | 54 |
| Binary | 11001100 | 10010101 | 10010 | 0 | 11011 | 1011011 | 10100 | 101010 | 1010100 | 101100 |
Color Harmonies of #CC9512
Complementary color
Monochromatic Colors of #CC9512
Black with #CC9512
Text Example
Text Example
White with #CC9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9512; }
p { color: rgb(204,149,18); }
H1.HeaderClassName
{
color: #CC9512;
}
.AnyTagClassName
{
color: #CC9512;
}
</style>
background-color css
<style>
a { background-color: #CC9512; }
a { background-color: rgb(204,149,18); }
div.DivClassName
{
background-color: #CC9512;
}
.BgClassName
{
background-color: #CC9512;
}
</style>
border-color css
<style>
span { border-color: #CC9512; }
span { border-color: rgb(204,149,18); }
td.TdClassName
{
border-color: #CC9512;
}
.TagClassName
{
border-color: #CC9512;
}
</style>