Shades of Buddha Gold #CCA511
Tints of Buddha Gold #CCA511
RGB
CMYK
RGB Variations
Color information
#CCA511 (or 0xCCA511) is known color: Buddha Gold. HEX triplet: CC, A5 and 11. RGB value is (204,165,17). Sum of RGB (Red+Green+Blue) = 204+165+17=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA511 is #335AEE. Grayscale: #A0A0A0. Windows color (decimal): -3365615 or 1156556. OLE color: 1156556.
HSL color Cylindrical-coordinate representation of color #CCA511: hue angle of 47.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA511 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.2 |
| HSL | 47.49º | 0.85% | 0.43% | - |
| HSV(B) | 47.49º | 0.92% | 0.8% | - |
| XYZ | 38.46 | 39.79 | 6.18 | - |
| YUV | 159.79 | 47.42 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 17 | 0 | 0.19 | 0.92 | 0.2 | 47.49 | 0.85 | 0.43 |
| Hex | CC | A5 | 11 | 0 | 13 | 5C | 14 | 2F | 55 | 2B |
| Octal | 314 | 245 | 21 | 0 | 23 | 134 | 24 | 57 | 125 | 53 |
| Binary | 11001100 | 10100101 | 10001 | 0 | 10011 | 1011100 | 10100 | 101111 | 1010101 | 101011 |
Color Harmonies of #CCA511
Complementary color
Monochromatic Colors of #CCA511
Black with #CCA511
Text Example
Text Example
White with #CCA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA511; }
p { color: rgb(204,165,17); }
H1.HeaderClassName
{
color: #CCA511;
}
.AnyTagClassName
{
color: #CCA511;
}
</style>
background-color css
<style>
a { background-color: #CCA511; }
a { background-color: rgb(204,165,17); }
div.DivClassName
{
background-color: #CCA511;
}
.BgClassName
{
background-color: #CCA511;
}
</style>
border-color css
<style>
span { border-color: #CCA511; }
span { border-color: rgb(204,165,17); }
td.TdClassName
{
border-color: #CCA511;
}
.TagClassName
{
border-color: #CCA511;
}
</style>