Shades of Buddha Gold #CCA80C
Tints of Buddha Gold #CCA80C
RGB
CMYK
RGB Variations
Color information
#CCA80C (or 0xCCA80C) is known color: Buddha Gold. HEX triplet: CC, A8 and 0C. RGB value is (204,168,12). Sum of RGB (Red+Green+Blue) = 204+168+12=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA80C is #3357F3. Grayscale: #A1A1A1. Windows color (decimal): -3364852 or 829644. OLE color: 829644.
HSL color Cylindrical-coordinate representation of color #CCA80C: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCA80C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.2 |
| HSL | 48.75º | 0.89% | 0.42% | - |
| HSV(B) | 48.75º | 0.94% | 0.8% | - |
| XYZ | 38.97 | 40.87 | 6.18 | - |
| YUV | 160.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 12 | 0 | 0.18 | 0.94 | 0.2 | 48.75 | 0.89 | 0.42 |
| Hex | CC | A8 | C | 0 | 12 | 5E | 14 | 31 | 59 | 2A |
| Octal | 314 | 250 | 14 | 0 | 22 | 136 | 24 | 61 | 131 | 52 |
| Binary | 11001100 | 10101000 | 1100 | 0 | 10010 | 1011110 | 10100 | 110001 | 1011001 | 101010 |
Color Harmonies of #CCA80C
Complementary color
Monochromatic Colors of #CCA80C
Black with #CCA80C
Text Example
Text Example
White with #CCA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA80C; }
p { color: rgb(204,168,12); }
H1.HeaderClassName
{
color: #CCA80C;
}
.AnyTagClassName
{
color: #CCA80C;
}
</style>
background-color css
<style>
a { background-color: #CCA80C; }
a { background-color: rgb(204,168,12); }
div.DivClassName
{
background-color: #CCA80C;
}
.BgClassName
{
background-color: #CCA80C;
}
</style>
border-color css
<style>
span { border-color: #CCA80C; }
span { border-color: rgb(204,168,12); }
td.TdClassName
{
border-color: #CCA80C;
}
.TagClassName
{
border-color: #CCA80C;
}
</style>