Shades of Buddha Gold #CCA206
Tints of Buddha Gold #CCA206
RGB
CMYK
RGB Variations
Color information
#CCA206 (or 0xCCA206) is known color: Buddha Gold. HEX triplet: CC, A2 and 06. RGB value is (204,162,6). Sum of RGB (Red+Green+Blue) = 204+162+6=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA206 is #335DF9. Grayscale: #9D9D9D. Windows color (decimal): -3366394 or 434892. OLE color: 434892.
HSL color Cylindrical-coordinate representation of color #CCA206: hue angle of 47.27º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCA206 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.2 |
| HSL | 47.27º | 0.94% | 0.41% | - |
| HSV(B) | 47.27º | 0.97% | 0.8% | - |
| XYZ | 37.86 | 38.69 | 5.65 | - |
| YUV | 156.77 | 42.91 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 6 | 0 | 0.21 | 0.97 | 0.2 | 47.27 | 0.94 | 0.41 |
| Hex | CC | A2 | 6 | 0 | 15 | 61 | 14 | 2F | 5E | 29 |
| Octal | 314 | 242 | 6 | 0 | 25 | 141 | 24 | 57 | 136 | 51 |
| Binary | 11001100 | 10100010 | 110 | 0 | 10101 | 1100001 | 10100 | 101111 | 1011110 | 101001 |
Color Harmonies of #CCA206
Complementary color
Monochromatic Colors of #CCA206
Black with #CCA206
Text Example
Text Example
White with #CCA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA206; }
p { color: rgb(204,162,6); }
H1.HeaderClassName
{
color: #CCA206;
}
.AnyTagClassName
{
color: #CCA206;
}
</style>
background-color css
<style>
a { background-color: #CCA206; }
a { background-color: rgb(204,162,6); }
div.DivClassName
{
background-color: #CCA206;
}
.BgClassName
{
background-color: #CCA206;
}
</style>
border-color css
<style>
span { border-color: #CCA206; }
span { border-color: rgb(204,162,6); }
td.TdClassName
{
border-color: #CCA206;
}
.TagClassName
{
border-color: #CCA206;
}
</style>