Shades of Buddha Gold #CCA808
Tints of Buddha Gold #CCA808
RGB
CMYK
RGB Variations
Color information
#CCA808 (or 0xCCA808) is known color: Buddha Gold. HEX triplet: CC, A8 and 08. RGB value is (204,168,8). Sum of RGB (Red+Green+Blue) = 204+168+8=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA808 is #3357F7. Grayscale: #A1A1A1. Windows color (decimal): -3364856 or 567500. OLE color: 567500.
HSL color Cylindrical-coordinate representation of color #CCA808: hue angle of 48.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCA808 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.2 |
| HSL | 48.98º | 0.92% | 0.42% | - |
| HSV(B) | 48.98º | 0.96% | 0.8% | - |
| XYZ | 38.95 | 40.86 | 6.06 | - |
| YUV | 160.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 8 | 0 | 0.18 | 0.96 | 0.2 | 48.98 | 0.92 | 0.42 |
| Hex | CC | A8 | 8 | 0 | 12 | 60 | 14 | 31 | 5C | 2A |
| Octal | 314 | 250 | 10 | 0 | 22 | 140 | 24 | 61 | 134 | 52 |
| Binary | 11001100 | 10101000 | 1000 | 0 | 10010 | 1100000 | 10100 | 110001 | 1011100 | 101010 |
Color Harmonies of #CCA808
Complementary color
Monochromatic Colors of #CCA808
Black with #CCA808
Text Example
Text Example
White with #CCA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA808; }
p { color: rgb(204,168,8); }
H1.HeaderClassName
{
color: #CCA808;
}
.AnyTagClassName
{
color: #CCA808;
}
</style>
background-color css
<style>
a { background-color: #CCA808; }
a { background-color: rgb(204,168,8); }
div.DivClassName
{
background-color: #CCA808;
}
.BgClassName
{
background-color: #CCA808;
}
</style>
border-color css
<style>
span { border-color: #CCA808; }
span { border-color: rgb(204,168,8); }
td.TdClassName
{
border-color: #CCA808;
}
.TagClassName
{
border-color: #CCA808;
}
</style>