Shades of Buddha Gold #CCA70C
Tints of Buddha Gold #CCA70C
RGB
CMYK
RGB Variations
Color information
#CCA70C (or 0xCCA70C) is known color: Buddha Gold. HEX triplet: CC, A7 and 0C. RGB value is (204,167,12). Sum of RGB (Red+Green+Blue) = 204+167+12=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA70C is #3358F3. Grayscale: #A1A1A1. Windows color (decimal): -3365108 or 829388. OLE color: 829388.
HSL color Cylindrical-coordinate representation of color #CCA70C: hue angle of 48.44º 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 #CCA70C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.2 |
| HSL | 48.44º | 0.89% | 0.42% | - |
| HSV(B) | 48.44º | 0.94% | 0.8% | - |
| XYZ | 38.79 | 40.5 | 6.12 | - |
| YUV | 160.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 12 | 0 | 0.18 | 0.94 | 0.2 | 48.44 | 0.89 | 0.42 |
| Hex | CC | A7 | C | 0 | 12 | 5E | 14 | 30 | 59 | 2A |
| Octal | 314 | 247 | 14 | 0 | 22 | 136 | 24 | 60 | 131 | 52 |
| Binary | 11001100 | 10100111 | 1100 | 0 | 10010 | 1011110 | 10100 | 110000 | 1011001 | 101010 |
Color Harmonies of #CCA70C
Complementary color
Monochromatic Colors of #CCA70C
Black with #CCA70C
Text Example
Text Example
White with #CCA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA70C; }
p { color: rgb(204,167,12); }
H1.HeaderClassName
{
color: #CCA70C;
}
.AnyTagClassName
{
color: #CCA70C;
}
</style>
background-color css
<style>
a { background-color: #CCA70C; }
a { background-color: rgb(204,167,12); }
div.DivClassName
{
background-color: #CCA70C;
}
.BgClassName
{
background-color: #CCA70C;
}
</style>
border-color css
<style>
span { border-color: #CCA70C; }
span { border-color: rgb(204,167,12); }
td.TdClassName
{
border-color: #CCA70C;
}
.TagClassName
{
border-color: #CCA70C;
}
</style>