Shades of Buddha Gold #CCA30F
Tints of Buddha Gold #CCA30F
RGB
CMYK
RGB Variations
Color information
#CCA30F (or 0xCCA30F) is known color: Buddha Gold. HEX triplet: CC, A3 and 0F. RGB value is (204,163,15). Sum of RGB (Red+Green+Blue) = 204+163+15=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA30F is #335CF0. Grayscale: #9F9F9F. Windows color (decimal): -3366129 or 1024972. OLE color: 1024972.
HSL color Cylindrical-coordinate representation of color #CCA30F: hue angle of 46.98º 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 #CCA30F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 15 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.2 |
| HSL | 46.98º | 0.86% | 0.43% | - |
| HSV(B) | 46.98º | 0.93% | 0.8% | - |
| XYZ | 38.09 | 39.07 | 5.99 | - |
| YUV | 158.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 15 | 0 | 0.20 | 0.93 | 0.2 | 46.98 | 0.86 | 0.43 |
| Hex | CC | A3 | F | 0 | 14 | 5D | 14 | 2F | 56 | 2B |
| Octal | 314 | 243 | 17 | 0 | 24 | 135 | 24 | 57 | 126 | 53 |
| Binary | 11001100 | 10100011 | 1111 | 0 | 10100 | 1011101 | 10100 | 101111 | 1010110 | 101011 |
Color Harmonies of #CCA30F
Complementary color
Monochromatic Colors of #CCA30F
Black with #CCA30F
Text Example
Text Example
White with #CCA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA30F; }
p { color: rgb(204,163,15); }
H1.HeaderClassName
{
color: #CCA30F;
}
.AnyTagClassName
{
color: #CCA30F;
}
</style>
background-color css
<style>
a { background-color: #CCA30F; }
a { background-color: rgb(204,163,15); }
div.DivClassName
{
background-color: #CCA30F;
}
.BgClassName
{
background-color: #CCA30F;
}
</style>
border-color css
<style>
span { border-color: #CCA30F; }
span { border-color: rgb(204,163,15); }
td.TdClassName
{
border-color: #CCA30F;
}
.TagClassName
{
border-color: #CCA30F;
}
</style>