Shades of Buddha Gold #CCA30B
Tints of Buddha Gold #CCA30B
RGB
CMYK
RGB Variations
Color information
#CCA30B (or 0xCCA30B) is known color: Buddha Gold. HEX triplet: CC, A3 and 0B. RGB value is (204,163,11). Sum of RGB (Red+Green+Blue) = 204+163+11=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA30B is #335CF4. Grayscale: #9E9E9E. Windows color (decimal): -3366133 or 762828. OLE color: 762828.
HSL color Cylindrical-coordinate representation of color #CCA30B: hue angle of 47.25º 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 #CCA30B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.2 |
| HSL | 47.25º | 0.9% | 0.42% | - |
| HSV(B) | 47.25º | 0.95% | 0.8% | - |
| XYZ | 38.06 | 39.06 | 5.85 | - |
| YUV | 157.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 11 | 0 | 0.20 | 0.95 | 0.2 | 47.25 | 0.9 | 0.42 |
| Hex | CC | A3 | B | 0 | 14 | 5F | 14 | 2F | 5A | 2A |
| Octal | 314 | 243 | 13 | 0 | 24 | 137 | 24 | 57 | 132 | 52 |
| Binary | 11001100 | 10100011 | 1011 | 0 | 10100 | 1011111 | 10100 | 101111 | 1011010 | 101010 |
Color Harmonies of #CCA30B
Complementary color
Monochromatic Colors of #CCA30B
Black with #CCA30B
Text Example
Text Example
White with #CCA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA30B; }
p { color: rgb(204,163,11); }
H1.HeaderClassName
{
color: #CCA30B;
}
.AnyTagClassName
{
color: #CCA30B;
}
</style>
background-color css
<style>
a { background-color: #CCA30B; }
a { background-color: rgb(204,163,11); }
div.DivClassName
{
background-color: #CCA30B;
}
.BgClassName
{
background-color: #CCA30B;
}
</style>
border-color css
<style>
span { border-color: #CCA30B; }
span { border-color: rgb(204,163,11); }
td.TdClassName
{
border-color: #CCA30B;
}
.TagClassName
{
border-color: #CCA30B;
}
</style>