Shades of Buddha Gold #CCA602
Tints of Buddha Gold #CCA602
RGB
CMYK
RGB Variations
Color information
#CCA602 (or 0xCCA602) is known color: Buddha Gold. HEX triplet: CC, A6 and 02. RGB value is (204,166,2). Sum of RGB (Red+Green+Blue) = 204+166+2=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA602 is #3359FD. Grayscale: #9F9F9F. Windows color (decimal): -3365374 or 173772. OLE color: 173772.
HSL color Cylindrical-coordinate representation of color #CCA602: hue angle of 48.71º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA602 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.2 |
| HSL | 48.71º | 0.98% | 0.4% | - |
| HSV(B) | 48.71º | 0.99% | 0.8% | - |
| XYZ | 38.55 | 40.11 | 5.77 | - |
| YUV | 158.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 2 | 0 | 0.19 | 0.99 | 0.2 | 48.71 | 0.98 | 0.4 |
| Hex | CC | A6 | 2 | 0 | 13 | 63 | 14 | 31 | 62 | 28 |
| Octal | 314 | 246 | 2 | 0 | 23 | 143 | 24 | 61 | 142 | 50 |
| Binary | 11001100 | 10100110 | 10 | 0 | 10011 | 1100011 | 10100 | 110001 | 1100010 | 101000 |
Color Harmonies of #CCA602
Complementary color
Monochromatic Colors of #CCA602
Black with #CCA602
Text Example
Text Example
White with #CCA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA602; }
p { color: rgb(204,166,2); }
H1.HeaderClassName
{
color: #CCA602;
}
.AnyTagClassName
{
color: #CCA602;
}
</style>
background-color css
<style>
a { background-color: #CCA602; }
a { background-color: rgb(204,166,2); }
div.DivClassName
{
background-color: #CCA602;
}
.BgClassName
{
background-color: #CCA602;
}
</style>
border-color css
<style>
span { border-color: #CCA602; }
span { border-color: rgb(204,166,2); }
td.TdClassName
{
border-color: #CCA602;
}
.TagClassName
{
border-color: #CCA602;
}
</style>