Shades of Buddha Gold #CCA40E
Tints of Buddha Gold #CCA40E
RGB
CMYK
RGB Variations
Color information
#CCA40E (or 0xCCA40E) is known color: Buddha Gold. HEX triplet: CC, A4 and 0E. RGB value is (204,164,14). Sum of RGB (Red+Green+Blue) = 204+164+14=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA40E is #335BF1. Grayscale: #9F9F9F. Windows color (decimal): -3365874 or 959692. OLE color: 959692.
HSL color Cylindrical-coordinate representation of color #CCA40E: hue angle of 47.37º 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 #CCA40E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.2 |
| HSL | 47.37º | 0.87% | 0.43% | - |
| HSV(B) | 47.37º | 0.93% | 0.8% | - |
| XYZ | 38.26 | 39.42 | 6.01 | - |
| YUV | 158.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 14 | 0 | 0.20 | 0.93 | 0.2 | 47.37 | 0.87 | 0.43 |
| Hex | CC | A4 | E | 0 | 14 | 5D | 14 | 2F | 57 | 2B |
| Octal | 314 | 244 | 16 | 0 | 24 | 135 | 24 | 57 | 127 | 53 |
| Binary | 11001100 | 10100100 | 1110 | 0 | 10100 | 1011101 | 10100 | 101111 | 1010111 | 101011 |
Color Harmonies of #CCA40E
Complementary color
Monochromatic Colors of #CCA40E
Black with #CCA40E
Text Example
Text Example
White with #CCA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA40E; }
p { color: rgb(204,164,14); }
H1.HeaderClassName
{
color: #CCA40E;
}
.AnyTagClassName
{
color: #CCA40E;
}
</style>
background-color css
<style>
a { background-color: #CCA40E; }
a { background-color: rgb(204,164,14); }
div.DivClassName
{
background-color: #CCA40E;
}
.BgClassName
{
background-color: #CCA40E;
}
</style>
border-color css
<style>
span { border-color: #CCA40E; }
span { border-color: rgb(204,164,14); }
td.TdClassName
{
border-color: #CCA40E;
}
.TagClassName
{
border-color: #CCA40E;
}
</style>