Shades of Buddha Gold #CCA80A
Tints of Buddha Gold #CCA80A
RGB
CMYK
RGB Variations
Color information
#CCA80A (or 0xCCA80A) is known color: Buddha Gold. HEX triplet: CC, A8 and 0A. RGB value is (204,168,10). Sum of RGB (Red+Green+Blue) = 204+168+10=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA80A is #3357F5. Grayscale: #A1A1A1. Windows color (decimal): -3364854 or 698572. OLE color: 698572.
HSL color Cylindrical-coordinate representation of color #CCA80A: hue angle of 48.87º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCA80A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.2 |
| HSL | 48.87º | 0.91% | 0.42% | - |
| HSV(B) | 48.87º | 0.95% | 0.8% | - |
| XYZ | 38.96 | 40.86 | 6.12 | - |
| YUV | 160.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 10 | 0 | 0.18 | 0.95 | 0.2 | 48.87 | 0.91 | 0.42 |
| Hex | CC | A8 | A | 0 | 12 | 5F | 14 | 31 | 5B | 2A |
| Octal | 314 | 250 | 12 | 0 | 22 | 137 | 24 | 61 | 133 | 52 |
| Binary | 11001100 | 10101000 | 1010 | 0 | 10010 | 1011111 | 10100 | 110001 | 1011011 | 101010 |
Color Harmonies of #CCA80A
Complementary color
Monochromatic Colors of #CCA80A
Black with #CCA80A
Text Example
Text Example
White with #CCA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA80A; }
p { color: rgb(204,168,10); }
H1.HeaderClassName
{
color: #CCA80A;
}
.AnyTagClassName
{
color: #CCA80A;
}
</style>
background-color css
<style>
a { background-color: #CCA80A; }
a { background-color: rgb(204,168,10); }
div.DivClassName
{
background-color: #CCA80A;
}
.BgClassName
{
background-color: #CCA80A;
}
</style>
border-color css
<style>
span { border-color: #CCA80A; }
span { border-color: rgb(204,168,10); }
td.TdClassName
{
border-color: #CCA80A;
}
.TagClassName
{
border-color: #CCA80A;
}
</style>