Shades of Buddha Gold #CCA901
Tints of Buddha Gold #CCA901
RGB
CMYK
RGB Variations
Color information
#CCA901 (or 0xCCA901) is known color: Buddha Gold. HEX triplet: CC, A9 and 01. RGB value is (204,169,1). Sum of RGB (Red+Green+Blue) = 204+169+1=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA901 is #3356FE. Grayscale: #A1A1A1. Windows color (decimal): -3364607 or 109004. OLE color: 109004.
HSL color Cylindrical-coordinate representation of color #CCA901: hue angle of 49.66º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCA901 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.2 |
| HSL | 49.66º | 0.99% | 0.4% | - |
| HSV(B) | 49.66º | 1% | 0.8% | - |
| XYZ | 39.1 | 41.22 | 5.92 | - |
| YUV | 160.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 1 | 0 | 0.17 | 1.00 | 0.2 | 49.66 | 0.99 | 0.4 |
| Hex | CC | A9 | 1 | 0 | 11 | 64 | 14 | 32 | 63 | 28 |
| Octal | 314 | 251 | 1 | 0 | 21 | 144 | 24 | 62 | 143 | 50 |
| Binary | 11001100 | 10101001 | 1 | 0 | 10001 | 1100100 | 10100 | 110010 | 1100011 | 101000 |
Color Harmonies of #CCA901
Complementary color
Monochromatic Colors of #CCA901
Black with #CCA901
Text Example
Text Example
White with #CCA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA901; }
p { color: rgb(204,169,1); }
H1.HeaderClassName
{
color: #CCA901;
}
.AnyTagClassName
{
color: #CCA901;
}
</style>
background-color css
<style>
a { background-color: #CCA901; }
a { background-color: rgb(204,169,1); }
div.DivClassName
{
background-color: #CCA901;
}
.BgClassName
{
background-color: #CCA901;
}
</style>
border-color css
<style>
span { border-color: #CCA901; }
span { border-color: rgb(204,169,1); }
td.TdClassName
{
border-color: #CCA901;
}
.TagClassName
{
border-color: #CCA901;
}
</style>