Shades of Buddha Gold #CCA902
Tints of Buddha Gold #CCA902
RGB
CMYK
RGB Variations
Color information
#CCA902 (or 0xCCA902) is known color: Buddha Gold. HEX triplet: CC, A9 and 02. RGB value is (204,169,2). Sum of RGB (Red+Green+Blue) = 204+169+2=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA902 is #3356FD. Grayscale: #A1A1A1. Windows color (decimal): -3364606 or 174540. OLE color: 174540.
HSL color Cylindrical-coordinate representation of color #CCA902: hue angle of 49.6º 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 #CCA902 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.2 |
| HSL | 49.6º | 0.98% | 0.4% | - |
| HSV(B) | 49.6º | 0.99% | 0.8% | - |
| XYZ | 39.1 | 41.22 | 5.95 | - |
| YUV | 160.43 | 38.6 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 2 | 0 | 0.17 | 0.99 | 0.2 | 49.6 | 0.98 | 0.4 |
| Hex | CC | A9 | 2 | 0 | 11 | 63 | 14 | 32 | 62 | 28 |
| Octal | 314 | 251 | 2 | 0 | 21 | 143 | 24 | 62 | 142 | 50 |
| Binary | 11001100 | 10101001 | 10 | 0 | 10001 | 1100011 | 10100 | 110010 | 1100010 | 101000 |
Color Harmonies of #CCA902
Complementary color
Monochromatic Colors of #CCA902
Black with #CCA902
Text Example
Text Example
White with #CCA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA902; }
p { color: rgb(204,169,2); }
H1.HeaderClassName
{
color: #CCA902;
}
.AnyTagClassName
{
color: #CCA902;
}
</style>
background-color css
<style>
a { background-color: #CCA902; }
a { background-color: rgb(204,169,2); }
div.DivClassName
{
background-color: #CCA902;
}
.BgClassName
{
background-color: #CCA902;
}
</style>
border-color css
<style>
span { border-color: #CCA902; }
span { border-color: rgb(204,169,2); }
td.TdClassName
{
border-color: #CCA902;
}
.TagClassName
{
border-color: #CCA902;
}
</style>