Shades of Buddha Gold #CCA113
Tints of Buddha Gold #CCA113
RGB
CMYK
RGB Variations
Color information
#CCA113 (or 0xCCA113) is known color: Buddha Gold. HEX triplet: CC, A1 and 13. RGB value is (204,161,19). Sum of RGB (Red+Green+Blue) = 204+161+19=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA113 is #335EEC. Grayscale: #9E9E9E. Windows color (decimal): -3366637 or 1286604. OLE color: 1286604.
HSL color Cylindrical-coordinate representation of color #CCA113: hue angle of 46.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCA113 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.2 |
| HSL | 46.05º | 0.83% | 0.44% | - |
| HSV(B) | 46.05º | 0.91% | 0.8% | - |
| XYZ | 37.76 | 38.37 | 6.03 | - |
| YUV | 157.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 19 | 0 | 0.21 | 0.91 | 0.2 | 46.05 | 0.83 | 0.44 |
| Hex | CC | A1 | 13 | 0 | 15 | 5B | 14 | 2E | 53 | 2C |
| Octal | 314 | 241 | 23 | 0 | 25 | 133 | 24 | 56 | 123 | 54 |
| Binary | 11001100 | 10100001 | 10011 | 0 | 10101 | 1011011 | 10100 | 101110 | 1010011 | 101100 |
Color Harmonies of #CCA113
Complementary color
Monochromatic Colors of #CCA113
Black with #CCA113
Text Example
Text Example
White with #CCA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA113; }
p { color: rgb(204,161,19); }
H1.HeaderClassName
{
color: #CCA113;
}
.AnyTagClassName
{
color: #CCA113;
}
</style>
background-color css
<style>
a { background-color: #CCA113; }
a { background-color: rgb(204,161,19); }
div.DivClassName
{
background-color: #CCA113;
}
.BgClassName
{
background-color: #CCA113;
}
</style>
border-color css
<style>
span { border-color: #CCA113; }
span { border-color: rgb(204,161,19); }
td.TdClassName
{
border-color: #CCA113;
}
.TagClassName
{
border-color: #CCA113;
}
</style>