Shades of Buddha Gold #CCA314
Tints of Buddha Gold #CCA314
RGB
CMYK
RGB Variations
Color information
#CCA314 (or 0xCCA314) is known color: Buddha Gold. HEX triplet: CC, A3 and 14. RGB value is (204,163,20). Sum of RGB (Red+Green+Blue) = 204+163+20=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA314 is #335CEB. Grayscale: #9F9F9F. Windows color (decimal): -3366124 or 1352652. OLE color: 1352652.
HSL color Cylindrical-coordinate representation of color #CCA314: hue angle of 46.63º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA314 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.2 |
| HSL | 46.63º | 0.82% | 0.44% | - |
| HSV(B) | 46.63º | 0.9% | 0.8% | - |
| XYZ | 38.13 | 39.08 | 6.2 | - |
| YUV | 158.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 20 | 0 | 0.20 | 0.90 | 0.2 | 46.63 | 0.82 | 0.44 |
| Hex | CC | A3 | 14 | 0 | 14 | 5A | 14 | 2F | 52 | 2C |
| Octal | 314 | 243 | 24 | 0 | 24 | 132 | 24 | 57 | 122 | 54 |
| Binary | 11001100 | 10100011 | 10100 | 0 | 10100 | 1011010 | 10100 | 101111 | 1010010 | 101100 |
Color Harmonies of #CCA314
Complementary color
Monochromatic Colors of #CCA314
Black with #CCA314
Text Example
Text Example
White with #CCA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA314; }
p { color: rgb(204,163,20); }
H1.HeaderClassName
{
color: #CCA314;
}
.AnyTagClassName
{
color: #CCA314;
}
</style>
background-color css
<style>
a { background-color: #CCA314; }
a { background-color: rgb(204,163,20); }
div.DivClassName
{
background-color: #CCA314;
}
.BgClassName
{
background-color: #CCA314;
}
</style>
border-color css
<style>
span { border-color: #CCA314; }
span { border-color: rgb(204,163,20); }
td.TdClassName
{
border-color: #CCA314;
}
.TagClassName
{
border-color: #CCA314;
}
</style>