Shades of Buddha Gold #CCA50B
Tints of Buddha Gold #CCA50B
RGB
CMYK
RGB Variations
Color information
#CCA50B (or 0xCCA50B) is known color: Buddha Gold. HEX triplet: CC, A5 and 0B. RGB value is (204,165,11). Sum of RGB (Red+Green+Blue) = 204+165+11=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA50B is #335AF4. Grayscale: #9F9F9F. Windows color (decimal): -3365621 or 763340. OLE color: 763340.
HSL color Cylindrical-coordinate representation of color #CCA50B: hue angle of 47.88º 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 #CCA50B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.2 |
| HSL | 47.88º | 0.9% | 0.42% | - |
| HSV(B) | 47.88º | 0.95% | 0.8% | - |
| XYZ | 38.42 | 39.77 | 5.97 | - |
| YUV | 159.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 11 | 0 | 0.19 | 0.95 | 0.2 | 47.88 | 0.9 | 0.42 |
| Hex | CC | A5 | B | 0 | 13 | 5F | 14 | 30 | 5A | 2A |
| Octal | 314 | 245 | 13 | 0 | 23 | 137 | 24 | 60 | 132 | 52 |
| Binary | 11001100 | 10100101 | 1011 | 0 | 10011 | 1011111 | 10100 | 110000 | 1011010 | 101010 |
Color Harmonies of #CCA50B
Complementary color
Monochromatic Colors of #CCA50B
Black with #CCA50B
Text Example
Text Example
White with #CCA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA50B; }
p { color: rgb(204,165,11); }
H1.HeaderClassName
{
color: #CCA50B;
}
.AnyTagClassName
{
color: #CCA50B;
}
</style>
background-color css
<style>
a { background-color: #CCA50B; }
a { background-color: rgb(204,165,11); }
div.DivClassName
{
background-color: #CCA50B;
}
.BgClassName
{
background-color: #CCA50B;
}
</style>
border-color css
<style>
span { border-color: #CCA50B; }
span { border-color: rgb(204,165,11); }
td.TdClassName
{
border-color: #CCA50B;
}
.TagClassName
{
border-color: #CCA50B;
}
</style>