Shades of Buddha Gold #CCA60B
Tints of Buddha Gold #CCA60B
RGB
CMYK
RGB Variations
Color information
#CCA60B (or 0xCCA60B) is known color: Buddha Gold. HEX triplet: CC, A6 and 0B. RGB value is (204,166,11). Sum of RGB (Red+Green+Blue) = 204+166+11=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA60B is #3359F4. Grayscale: #A0A0A0. Windows color (decimal): -3365365 or 763596. OLE color: 763596.
HSL color Cylindrical-coordinate representation of color #CCA60B: hue angle of 48.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCA60B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.2 |
| HSL | 48.19º | 0.9% | 0.42% | - |
| HSV(B) | 48.19º | 0.95% | 0.8% | - |
| XYZ | 38.6 | 40.13 | 6.03 | - |
| YUV | 159.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 11 | 0 | 0.19 | 0.95 | 0.2 | 48.19 | 0.9 | 0.42 |
| Hex | CC | A6 | B | 0 | 13 | 5F | 14 | 30 | 5A | 2A |
| Octal | 314 | 246 | 13 | 0 | 23 | 137 | 24 | 60 | 132 | 52 |
| Binary | 11001100 | 10100110 | 1011 | 0 | 10011 | 1011111 | 10100 | 110000 | 1011010 | 101010 |
Color Harmonies of #CCA60B
Complementary color
Monochromatic Colors of #CCA60B
Black with #CCA60B
Text Example
Text Example
White with #CCA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA60B; }
p { color: rgb(204,166,11); }
H1.HeaderClassName
{
color: #CCA60B;
}
.AnyTagClassName
{
color: #CCA60B;
}
</style>
background-color css
<style>
a { background-color: #CCA60B; }
a { background-color: rgb(204,166,11); }
div.DivClassName
{
background-color: #CCA60B;
}
.BgClassName
{
background-color: #CCA60B;
}
</style>
border-color css
<style>
span { border-color: #CCA60B; }
span { border-color: rgb(204,166,11); }
td.TdClassName
{
border-color: #CCA60B;
}
.TagClassName
{
border-color: #CCA60B;
}
</style>