Shades of Buddha Gold #CCA50C
Tints of Buddha Gold #CCA50C
RGB
CMYK
RGB Variations
Color information
#CCA50C (or 0xCCA50C) is known color: Buddha Gold. HEX triplet: CC, A5 and 0C. RGB value is (204,165,12). Sum of RGB (Red+Green+Blue) = 204+165+12=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA50C is #335AF3. Grayscale: #9F9F9F. Windows color (decimal): -3365620 or 828876. OLE color: 828876.
HSL color Cylindrical-coordinate representation of color #CCA50C: hue angle of 47.81º 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 #CCA50C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.2 |
| HSL | 47.81º | 0.89% | 0.42% | - |
| HSV(B) | 47.81º | 0.94% | 0.8% | - |
| XYZ | 38.42 | 39.77 | 6 | - |
| YUV | 159.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 12 | 0 | 0.19 | 0.94 | 0.2 | 47.81 | 0.89 | 0.42 |
| Hex | CC | A5 | C | 0 | 13 | 5E | 14 | 30 | 59 | 2A |
| Octal | 314 | 245 | 14 | 0 | 23 | 136 | 24 | 60 | 131 | 52 |
| Binary | 11001100 | 10100101 | 1100 | 0 | 10011 | 1011110 | 10100 | 110000 | 1011001 | 101010 |
Color Harmonies of #CCA50C
Complementary color
Monochromatic Colors of #CCA50C
Black with #CCA50C
Text Example
Text Example
White with #CCA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA50C; }
p { color: rgb(204,165,12); }
H1.HeaderClassName
{
color: #CCA50C;
}
.AnyTagClassName
{
color: #CCA50C;
}
</style>
background-color css
<style>
a { background-color: #CCA50C; }
a { background-color: rgb(204,165,12); }
div.DivClassName
{
background-color: #CCA50C;
}
.BgClassName
{
background-color: #CCA50C;
}
</style>
border-color css
<style>
span { border-color: #CCA50C; }
span { border-color: rgb(204,165,12); }
td.TdClassName
{
border-color: #CCA50C;
}
.TagClassName
{
border-color: #CCA50C;
}
</style>