Shades of Buddha Gold #CCA111
Tints of Buddha Gold #CCA111
RGB
CMYK
RGB Variations
Color information
#CCA111 (or 0xCCA111) is known color: Buddha Gold. HEX triplet: CC, A1 and 11. RGB value is (204,161,17). Sum of RGB (Red+Green+Blue) = 204+161+17=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA111 is #335EEE. Grayscale: #9E9E9E. Windows color (decimal): -3366639 or 1155532. OLE color: 1155532.
HSL color Cylindrical-coordinate representation of color #CCA111: hue angle of 46.2º 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 #CCA111 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.2 |
| HSL | 46.2º | 0.85% | 0.43% | - |
| HSV(B) | 46.2º | 0.92% | 0.8% | - |
| XYZ | 37.75 | 38.37 | 5.95 | - |
| YUV | 157.44 | 48.75 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 17 | 0 | 0.21 | 0.92 | 0.2 | 46.2 | 0.85 | 0.43 |
| Hex | CC | A1 | 11 | 0 | 15 | 5C | 14 | 2E | 55 | 2B |
| Octal | 314 | 241 | 21 | 0 | 25 | 134 | 24 | 56 | 125 | 53 |
| Binary | 11001100 | 10100001 | 10001 | 0 | 10101 | 1011100 | 10100 | 101110 | 1010101 | 101011 |
Color Harmonies of #CCA111
Complementary color
Monochromatic Colors of #CCA111
Black with #CCA111
Text Example
Text Example
White with #CCA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA111; }
p { color: rgb(204,161,17); }
H1.HeaderClassName
{
color: #CCA111;
}
.AnyTagClassName
{
color: #CCA111;
}
</style>
background-color css
<style>
a { background-color: #CCA111; }
a { background-color: rgb(204,161,17); }
div.DivClassName
{
background-color: #CCA111;
}
.BgClassName
{
background-color: #CCA111;
}
</style>
border-color css
<style>
span { border-color: #CCA111; }
span { border-color: rgb(204,161,17); }
td.TdClassName
{
border-color: #CCA111;
}
.TagClassName
{
border-color: #CCA111;
}
</style>