Shades of Buddha Gold #CC9C09
Tints of Buddha Gold #CC9C09
RGB
CMYK
RGB Variations
Color information
#CC9C09 (or 0xCC9C09) is known color: Buddha Gold. HEX triplet: CC, 9C and 09. RGB value is (204,156,9). Sum of RGB (Red+Green+Blue) = 204+156+9=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9C09 is #3363F6. Grayscale: #9A9A9A. Windows color (decimal): -3367927 or 629964. OLE color: 629964.
HSL color Cylindrical-coordinate representation of color #CC9C09: hue angle of 45.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC9C09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.2 |
| HSL | 45.23º | 0.92% | 0.42% | - |
| HSV(B) | 45.23º | 0.96% | 0.8% | - |
| XYZ | 36.84 | 36.63 | 5.39 | - |
| YUV | 153.59 | 46.4 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 9 | 0 | 0.24 | 0.96 | 0.2 | 45.23 | 0.92 | 0.42 |
| Hex | CC | 9C | 9 | 0 | 18 | 60 | 14 | 2D | 5C | 2A |
| Octal | 314 | 234 | 11 | 0 | 30 | 140 | 24 | 55 | 134 | 52 |
| Binary | 11001100 | 10011100 | 1001 | 0 | 11000 | 1100000 | 10100 | 101101 | 1011100 | 101010 |
Color Harmonies of #CC9C09
Complementary color
Monochromatic Colors of #CC9C09
Black with #CC9C09
Text Example
Text Example
White with #CC9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C09; }
p { color: rgb(204,156,9); }
H1.HeaderClassName
{
color: #CC9C09;
}
.AnyTagClassName
{
color: #CC9C09;
}
</style>
background-color css
<style>
a { background-color: #CC9C09; }
a { background-color: rgb(204,156,9); }
div.DivClassName
{
background-color: #CC9C09;
}
.BgClassName
{
background-color: #CC9C09;
}
</style>
border-color css
<style>
span { border-color: #CC9C09; }
span { border-color: rgb(204,156,9); }
td.TdClassName
{
border-color: #CC9C09;
}
.TagClassName
{
border-color: #CC9C09;
}
</style>