Shades of Buddha Gold #CCA510
Tints of Buddha Gold #CCA510
RGB
CMYK
RGB Variations
Color information
#CCA510 (or 0xCCA510) is known color: Buddha Gold. HEX triplet: CC, A5 and 10. RGB value is (204,165,16). Sum of RGB (Red+Green+Blue) = 204+165+16=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA510 is #335AEF. Grayscale: #A0A0A0. Windows color (decimal): -3365616 or 1091020. OLE color: 1091020.
HSL color Cylindrical-coordinate representation of color #CCA510: hue angle of 47.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA510 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.2 |
| HSL | 47.55º | 0.85% | 0.43% | - |
| HSV(B) | 47.55º | 0.92% | 0.8% | - |
| XYZ | 38.45 | 39.79 | 6.14 | - |
| YUV | 159.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 16 | 0 | 0.19 | 0.92 | 0.2 | 47.55 | 0.85 | 0.43 |
| Hex | CC | A5 | 10 | 0 | 13 | 5C | 14 | 30 | 55 | 2B |
| Octal | 314 | 245 | 20 | 0 | 23 | 134 | 24 | 60 | 125 | 53 |
| Binary | 11001100 | 10100101 | 10000 | 0 | 10011 | 1011100 | 10100 | 110000 | 1010101 | 101011 |
Color Harmonies of #CCA510
Complementary color
Monochromatic Colors of #CCA510
Black with #CCA510
Text Example
Text Example
White with #CCA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA510; }
p { color: rgb(204,165,16); }
H1.HeaderClassName
{
color: #CCA510;
}
.AnyTagClassName
{
color: #CCA510;
}
</style>
background-color css
<style>
a { background-color: #CCA510; }
a { background-color: rgb(204,165,16); }
div.DivClassName
{
background-color: #CCA510;
}
.BgClassName
{
background-color: #CCA510;
}
</style>
border-color css
<style>
span { border-color: #CCA510; }
span { border-color: rgb(204,165,16); }
td.TdClassName
{
border-color: #CCA510;
}
.TagClassName
{
border-color: #CCA510;
}
</style>