Shades of Buddha Gold #CCA00F
Tints of Buddha Gold #CCA00F
RGB
CMYK
RGB Variations
Color information
#CCA00F (or 0xCCA00F) is known color: Buddha Gold. HEX triplet: CC, A0 and 0F. RGB value is (204,160,15). Sum of RGB (Red+Green+Blue) = 204+160+15=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00F is #335FF0. Grayscale: #9D9D9D. Windows color (decimal): -3366897 or 1024204. OLE color: 1024204.
HSL color Cylindrical-coordinate representation of color #CCA00F: hue angle of 46.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCA00F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.2 |
| HSL | 46.03º | 0.86% | 0.43% | - |
| HSV(B) | 46.03º | 0.93% | 0.8% | - |
| XYZ | 37.56 | 38.01 | 5.81 | - |
| YUV | 156.63 | 48.08 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 15 | 0 | 0.22 | 0.93 | 0.2 | 46.03 | 0.86 | 0.43 |
| Hex | CC | A0 | F | 0 | 16 | 5D | 14 | 2E | 56 | 2B |
| Octal | 314 | 240 | 17 | 0 | 26 | 135 | 24 | 56 | 126 | 53 |
| Binary | 11001100 | 10100000 | 1111 | 0 | 10110 | 1011101 | 10100 | 101110 | 1010110 | 101011 |
Color Harmonies of #CCA00F
Complementary color
Monochromatic Colors of #CCA00F
Black with #CCA00F
Text Example
Text Example
White with #CCA00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA00F; }
p { color: rgb(204,160,15); }
H1.HeaderClassName
{
color: #CCA00F;
}
.AnyTagClassName
{
color: #CCA00F;
}
</style>
background-color css
<style>
a { background-color: #CCA00F; }
a { background-color: rgb(204,160,15); }
div.DivClassName
{
background-color: #CCA00F;
}
.BgClassName
{
background-color: #CCA00F;
}
</style>
border-color css
<style>
span { border-color: #CCA00F; }
span { border-color: rgb(204,160,15); }
td.TdClassName
{
border-color: #CCA00F;
}
.TagClassName
{
border-color: #CCA00F;
}
</style>