Shades of Buddha Gold #CCAA0C
Tints of Buddha Gold #CCAA0C
RGB
CMYK
RGB Variations
Color information
#CCAA0C (or 0xCCAA0C) is known color: Buddha Gold. HEX triplet: CC, AA and 0C. RGB value is (204,170,12). Sum of RGB (Red+Green+Blue) = 204+170+12=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA0C is #3355F3. Grayscale: #A2A2A2. Windows color (decimal): -3364340 or 830156. OLE color: 830156.
HSL color Cylindrical-coordinate representation of color #CCAA0C: hue angle of 49.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCAA0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.2 |
| HSL | 49.38º | 0.89% | 0.42% | - |
| HSV(B) | 49.38º | 0.94% | 0.8% | - |
| XYZ | 39.34 | 41.61 | 6.31 | - |
| YUV | 162.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 12 | 0 | 0.17 | 0.94 | 0.2 | 49.38 | 0.89 | 0.42 |
| Hex | CC | AA | C | 0 | 11 | 5E | 14 | 31 | 59 | 2A |
| Octal | 314 | 252 | 14 | 0 | 21 | 136 | 24 | 61 | 131 | 52 |
| Binary | 11001100 | 10101010 | 1100 | 0 | 10001 | 1011110 | 10100 | 110001 | 1011001 | 101010 |
Color Harmonies of #CCAA0C
Complementary color
Monochromatic Colors of #CCAA0C
Black with #CCAA0C
Text Example
Text Example
White with #CCAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA0C; }
p { color: rgb(204,170,12); }
H1.HeaderClassName
{
color: #CCAA0C;
}
.AnyTagClassName
{
color: #CCAA0C;
}
</style>
background-color css
<style>
a { background-color: #CCAA0C; }
a { background-color: rgb(204,170,12); }
div.DivClassName
{
background-color: #CCAA0C;
}
.BgClassName
{
background-color: #CCAA0C;
}
</style>
border-color css
<style>
span { border-color: #CCAA0C; }
span { border-color: rgb(204,170,12); }
td.TdClassName
{
border-color: #CCAA0C;
}
.TagClassName
{
border-color: #CCAA0C;
}
</style>