Shades of Buddha Gold #CCA20A
Tints of Buddha Gold #CCA20A
RGB
CMYK
RGB Variations
Color information
#CCA20A (or 0xCCA20A) is known color: Buddha Gold. HEX triplet: CC, A2 and 0A. RGB value is (204,162,10). Sum of RGB (Red+Green+Blue) = 204+162+10=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA20A is #335DF5. Grayscale: #9D9D9D. Windows color (decimal): -3366390 or 697036. OLE color: 697036.
HSL color Cylindrical-coordinate representation of color #CCA20A: hue angle of 47.01º 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 #CCA20A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.2 |
| HSL | 47.01º | 0.91% | 0.42% | - |
| HSV(B) | 47.01º | 0.95% | 0.8% | - |
| XYZ | 37.88 | 38.7 | 5.76 | - |
| YUV | 157.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 10 | 0 | 0.21 | 0.95 | 0.2 | 47.01 | 0.91 | 0.42 |
| Hex | CC | A2 | A | 0 | 15 | 5F | 14 | 2F | 5B | 2A |
| Octal | 314 | 242 | 12 | 0 | 25 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001100 | 10100010 | 1010 | 0 | 10101 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CCA20A
Complementary color
Monochromatic Colors of #CCA20A
Black with #CCA20A
Text Example
Text Example
White with #CCA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA20A; }
p { color: rgb(204,162,10); }
H1.HeaderClassName
{
color: #CCA20A;
}
.AnyTagClassName
{
color: #CCA20A;
}
</style>
background-color css
<style>
a { background-color: #CCA20A; }
a { background-color: rgb(204,162,10); }
div.DivClassName
{
background-color: #CCA20A;
}
.BgClassName
{
background-color: #CCA20A;
}
</style>
border-color css
<style>
span { border-color: #CCA20A; }
span { border-color: rgb(204,162,10); }
td.TdClassName
{
border-color: #CCA20A;
}
.TagClassName
{
border-color: #CCA20A;
}
</style>