Shades of Buddha Gold #CCA609
Tints of Buddha Gold #CCA609
RGB
CMYK
RGB Variations
Color information
#CCA609 (or 0xCCA609) is known color: Buddha Gold. HEX triplet: CC, A6 and 09. RGB value is (204,166,9). Sum of RGB (Red+Green+Blue) = 204+166+9=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA609 is #3359F6. Grayscale: #A0A0A0. Windows color (decimal): -3365367 or 632524. OLE color: 632524.
HSL color Cylindrical-coordinate representation of color #CCA609: hue angle of 48.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCA609 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.2 |
| HSL | 48.31º | 0.92% | 0.42% | - |
| HSV(B) | 48.31º | 0.96% | 0.8% | - |
| XYZ | 38.59 | 40.13 | 5.97 | - |
| YUV | 159.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 9 | 0 | 0.19 | 0.96 | 0.2 | 48.31 | 0.92 | 0.42 |
| Hex | CC | A6 | 9 | 0 | 13 | 60 | 14 | 30 | 5C | 2A |
| Octal | 314 | 246 | 11 | 0 | 23 | 140 | 24 | 60 | 134 | 52 |
| Binary | 11001100 | 10100110 | 1001 | 0 | 10011 | 1100000 | 10100 | 110000 | 1011100 | 101010 |
Color Harmonies of #CCA609
Complementary color
Monochromatic Colors of #CCA609
Black with #CCA609
Text Example
Text Example
White with #CCA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA609; }
p { color: rgb(204,166,9); }
H1.HeaderClassName
{
color: #CCA609;
}
.AnyTagClassName
{
color: #CCA609;
}
</style>
background-color css
<style>
a { background-color: #CCA609; }
a { background-color: rgb(204,166,9); }
div.DivClassName
{
background-color: #CCA609;
}
.BgClassName
{
background-color: #CCA609;
}
</style>
border-color css
<style>
span { border-color: #CCA609; }
span { border-color: rgb(204,166,9); }
td.TdClassName
{
border-color: #CCA609;
}
.TagClassName
{
border-color: #CCA609;
}
</style>