Shades of Buddha Gold #CCA605
Tints of Buddha Gold #CCA605
RGB
CMYK
RGB Variations
Color information
#CCA605 (or 0xCCA605) is known color: Buddha Gold. HEX triplet: CC, A6 and 05. RGB value is (204,166,5). Sum of RGB (Red+Green+Blue) = 204+166+5=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA605 is #3359FA. Grayscale: #9F9F9F. Windows color (decimal): -3365371 or 370380. OLE color: 370380.
HSL color Cylindrical-coordinate representation of color #CCA605: hue angle of 48.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCA605 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.2 |
| HSL | 48.54º | 0.95% | 0.41% | - |
| HSV(B) | 48.54º | 0.98% | 0.8% | - |
| XYZ | 38.57 | 40.12 | 5.86 | - |
| YUV | 159.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 5 | 0 | 0.19 | 0.98 | 0.2 | 48.54 | 0.95 | 0.41 |
| Hex | CC | A6 | 5 | 0 | 13 | 62 | 14 | 31 | 5F | 29 |
| Octal | 314 | 246 | 5 | 0 | 23 | 142 | 24 | 61 | 137 | 51 |
| Binary | 11001100 | 10100110 | 101 | 0 | 10011 | 1100010 | 10100 | 110001 | 1011111 | 101001 |
Color Harmonies of #CCA605
Complementary color
Monochromatic Colors of #CCA605
Black with #CCA605
Text Example
Text Example
White with #CCA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA605; }
p { color: rgb(204,166,5); }
H1.HeaderClassName
{
color: #CCA605;
}
.AnyTagClassName
{
color: #CCA605;
}
</style>
background-color css
<style>
a { background-color: #CCA605; }
a { background-color: rgb(204,166,5); }
div.DivClassName
{
background-color: #CCA605;
}
.BgClassName
{
background-color: #CCA605;
}
</style>
border-color css
<style>
span { border-color: #CCA605; }
span { border-color: rgb(204,166,5); }
td.TdClassName
{
border-color: #CCA605;
}
.TagClassName
{
border-color: #CCA605;
}
</style>