Shades of Buddha Gold #CCA30A
Tints of Buddha Gold #CCA30A
RGB
CMYK
RGB Variations
Color information
#CCA30A (or 0xCCA30A) is known color: Buddha Gold. HEX triplet: CC, A3 and 0A. RGB value is (204,163,10). Sum of RGB (Red+Green+Blue) = 204+163+10=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA30A is #335CF5. Grayscale: #9E9E9E. Windows color (decimal): -3366134 or 697292. OLE color: 697292.
HSL color Cylindrical-coordinate representation of color #CCA30A: hue angle of 47.32º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCA30A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.2 |
| HSL | 47.32º | 0.91% | 0.42% | - |
| HSV(B) | 47.32º | 0.95% | 0.8% | - |
| XYZ | 38.05 | 39.05 | 5.82 | - |
| YUV | 157.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 10 | 0 | 0.20 | 0.95 | 0.2 | 47.32 | 0.91 | 0.42 |
| Hex | CC | A3 | A | 0 | 14 | 5F | 14 | 2F | 5B | 2A |
| Octal | 314 | 243 | 12 | 0 | 24 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001100 | 10100011 | 1010 | 0 | 10100 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CCA30A
Complementary color
Monochromatic Colors of #CCA30A
Black with #CCA30A
Text Example
Text Example
White with #CCA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA30A; }
p { color: rgb(204,163,10); }
H1.HeaderClassName
{
color: #CCA30A;
}
.AnyTagClassName
{
color: #CCA30A;
}
</style>
background-color css
<style>
a { background-color: #CCA30A; }
a { background-color: rgb(204,163,10); }
div.DivClassName
{
background-color: #CCA30A;
}
.BgClassName
{
background-color: #CCA30A;
}
</style>
border-color css
<style>
span { border-color: #CCA30A; }
span { border-color: rgb(204,163,10); }
td.TdClassName
{
border-color: #CCA30A;
}
.TagClassName
{
border-color: #CCA30A;
}
</style>