Shades of Buddha Gold #CCA80B
Tints of Buddha Gold #CCA80B
RGB
CMYK
RGB Variations
Color information
#CCA80B (or 0xCCA80B) is known color: Buddha Gold. HEX triplet: CC, A8 and 0B. RGB value is (204,168,11). Sum of RGB (Red+Green+Blue) = 204+168+11=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA80B is #3357F4. Grayscale: #A1A1A1. Windows color (decimal): -3364853 or 764108. OLE color: 764108.
HSL color Cylindrical-coordinate representation of color #CCA80B: hue angle of 48.81º 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 #CCA80B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.2 |
| HSL | 48.81º | 0.9% | 0.42% | - |
| HSV(B) | 48.81º | 0.95% | 0.8% | - |
| XYZ | 38.96 | 40.87 | 6.15 | - |
| YUV | 160.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 11 | 0 | 0.18 | 0.95 | 0.2 | 48.81 | 0.9 | 0.42 |
| Hex | CC | A8 | B | 0 | 12 | 5F | 14 | 31 | 5A | 2A |
| Octal | 314 | 250 | 13 | 0 | 22 | 137 | 24 | 61 | 132 | 52 |
| Binary | 11001100 | 10101000 | 1011 | 0 | 10010 | 1011111 | 10100 | 110001 | 1011010 | 101010 |
Color Harmonies of #CCA80B
Complementary color
Monochromatic Colors of #CCA80B
Black with #CCA80B
Text Example
Text Example
White with #CCA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA80B; }
p { color: rgb(204,168,11); }
H1.HeaderClassName
{
color: #CCA80B;
}
.AnyTagClassName
{
color: #CCA80B;
}
</style>
background-color css
<style>
a { background-color: #CCA80B; }
a { background-color: rgb(204,168,11); }
div.DivClassName
{
background-color: #CCA80B;
}
.BgClassName
{
background-color: #CCA80B;
}
</style>
border-color css
<style>
span { border-color: #CCA80B; }
span { border-color: rgb(204,168,11); }
td.TdClassName
{
border-color: #CCA80B;
}
.TagClassName
{
border-color: #CCA80B;
}
</style>