Shades of Buddha Gold #CCA30C
Tints of Buddha Gold #CCA30C
RGB
CMYK
RGB Variations
Color information
#CCA30C (or 0xCCA30C) is known color: Buddha Gold. HEX triplet: CC, A3 and 0C. RGB value is (204,163,12). Sum of RGB (Red+Green+Blue) = 204+163+12=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA30C is #335CF3. Grayscale: #9E9E9E. Windows color (decimal): -3366132 or 828364. OLE color: 828364.
HSL color Cylindrical-coordinate representation of color #CCA30C: hue angle of 47.19º 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 #CCA30C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.2 |
| HSL | 47.19º | 0.89% | 0.42% | - |
| HSV(B) | 47.19º | 0.94% | 0.8% | - |
| XYZ | 38.07 | 39.06 | 5.88 | - |
| YUV | 158.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 12 | 0 | 0.20 | 0.94 | 0.2 | 47.19 | 0.89 | 0.42 |
| Hex | CC | A3 | C | 0 | 14 | 5E | 14 | 2F | 59 | 2A |
| Octal | 314 | 243 | 14 | 0 | 24 | 136 | 24 | 57 | 131 | 52 |
| Binary | 11001100 | 10100011 | 1100 | 0 | 10100 | 1011110 | 10100 | 101111 | 1011001 | 101010 |
Color Harmonies of #CCA30C
Complementary color
Monochromatic Colors of #CCA30C
Black with #CCA30C
Text Example
Text Example
White with #CCA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA30C; }
p { color: rgb(204,163,12); }
H1.HeaderClassName
{
color: #CCA30C;
}
.AnyTagClassName
{
color: #CCA30C;
}
</style>
background-color css
<style>
a { background-color: #CCA30C; }
a { background-color: rgb(204,163,12); }
div.DivClassName
{
background-color: #CCA30C;
}
.BgClassName
{
background-color: #CCA30C;
}
</style>
border-color css
<style>
span { border-color: #CCA30C; }
span { border-color: rgb(204,163,12); }
td.TdClassName
{
border-color: #CCA30C;
}
.TagClassName
{
border-color: #CCA30C;
}
</style>