Shades of Buddha Gold #CCA00E
Tints of Buddha Gold #CCA00E
RGB
CMYK
RGB Variations
Color information
#CCA00E (or 0xCCA00E) is known color: Buddha Gold. HEX triplet: CC, A0 and 0E. RGB value is (204,160,14). Sum of RGB (Red+Green+Blue) = 204+160+14=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00E is #335FF1. Grayscale: #9D9D9D. Windows color (decimal): -3366898 or 958668. OLE color: 958668.
HSL color Cylindrical-coordinate representation of color #CCA00E: hue angle of 46.11º degrees, saturation: 0.87, 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 #CCA00E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.2 |
| HSL | 46.11º | 0.87% | 0.43% | - |
| HSV(B) | 46.11º | 0.93% | 0.8% | - |
| XYZ | 37.55 | 38.01 | 5.77 | - |
| YUV | 156.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 14 | 0 | 0.22 | 0.93 | 0.2 | 46.11 | 0.87 | 0.43 |
| Hex | CC | A0 | E | 0 | 16 | 5D | 14 | 2E | 57 | 2B |
| Octal | 314 | 240 | 16 | 0 | 26 | 135 | 24 | 56 | 127 | 53 |
| Binary | 11001100 | 10100000 | 1110 | 0 | 10110 | 1011101 | 10100 | 101110 | 1010111 | 101011 |
Color Harmonies of #CCA00E
Complementary color
Monochromatic Colors of #CCA00E
Black with #CCA00E
Text Example
Text Example
White with #CCA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA00E; }
p { color: rgb(204,160,14); }
H1.HeaderClassName
{
color: #CCA00E;
}
.AnyTagClassName
{
color: #CCA00E;
}
</style>
background-color css
<style>
a { background-color: #CCA00E; }
a { background-color: rgb(204,160,14); }
div.DivClassName
{
background-color: #CCA00E;
}
.BgClassName
{
background-color: #CCA00E;
}
</style>
border-color css
<style>
span { border-color: #CCA00E; }
span { border-color: rgb(204,160,14); }
td.TdClassName
{
border-color: #CCA00E;
}
.TagClassName
{
border-color: #CCA00E;
}
</style>