Shades of Buddha Gold #CCA501
Tints of Buddha Gold #CCA501
RGB
CMYK
RGB Variations
Color information
#CCA501 (or 0xCCA501) is known color: Buddha Gold. HEX triplet: CC, A5 and 01. RGB value is (204,165,1). Sum of RGB (Red+Green+Blue) = 204+165+1=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA501 is #335AFE. Grayscale: #9E9E9E. Windows color (decimal): -3365631 or 107980. OLE color: 107980.
HSL color Cylindrical-coordinate representation of color #CCA501: hue angle of 48.47º 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 #CCA501 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.2 |
| HSL | 48.47º | 0.99% | 0.4% | - |
| HSV(B) | 48.47º | 1% | 0.8% | - |
| XYZ | 38.36 | 39.75 | 5.68 | - |
| YUV | 157.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 1 | 0 | 0.19 | 1.00 | 0.2 | 48.47 | 0.99 | 0.4 |
| Hex | CC | A5 | 1 | 0 | 13 | 64 | 14 | 30 | 63 | 28 |
| Octal | 314 | 245 | 1 | 0 | 23 | 144 | 24 | 60 | 143 | 50 |
| Binary | 11001100 | 10100101 | 1 | 0 | 10011 | 1100100 | 10100 | 110000 | 1100011 | 101000 |
Color Harmonies of #CCA501
Complementary color
Monochromatic Colors of #CCA501
Black with #CCA501
Text Example
Text Example
White with #CCA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA501; }
p { color: rgb(204,165,1); }
H1.HeaderClassName
{
color: #CCA501;
}
.AnyTagClassName
{
color: #CCA501;
}
</style>
background-color css
<style>
a { background-color: #CCA501; }
a { background-color: rgb(204,165,1); }
div.DivClassName
{
background-color: #CCA501;
}
.BgClassName
{
background-color: #CCA501;
}
</style>
border-color css
<style>
span { border-color: #CCA501; }
span { border-color: rgb(204,165,1); }
td.TdClassName
{
border-color: #CCA501;
}
.TagClassName
{
border-color: #CCA501;
}
</style>