Shades of Buddha Gold #CCA00B
Tints of Buddha Gold #CCA00B
RGB
CMYK
RGB Variations
Color information
#CCA00B (or 0xCCA00B) is known color: Buddha Gold. HEX triplet: CC, A0 and 0B. RGB value is (204,160,11). Sum of RGB (Red+Green+Blue) = 204+160+11=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00B is #335FF4. Grayscale: #9C9C9C. Windows color (decimal): -3366901 or 762060. OLE color: 762060.
HSL color Cylindrical-coordinate representation of color #CCA00B: hue angle of 46.32º 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 #CCA00B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.2 |
| HSL | 46.32º | 0.9% | 0.42% | - |
| HSV(B) | 46.32º | 0.95% | 0.8% | - |
| XYZ | 37.53 | 38 | 5.67 | - |
| YUV | 156.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 11 | 0 | 0.22 | 0.95 | 0.2 | 46.32 | 0.9 | 0.42 |
| Hex | CC | A0 | B | 0 | 16 | 5F | 14 | 2E | 5A | 2A |
| Octal | 314 | 240 | 13 | 0 | 26 | 137 | 24 | 56 | 132 | 52 |
| Binary | 11001100 | 10100000 | 1011 | 0 | 10110 | 1011111 | 10100 | 101110 | 1011010 | 101010 |
Color Harmonies of #CCA00B
Complementary color
Monochromatic Colors of #CCA00B
Black with #CCA00B
Text Example
Text Example
White with #CCA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA00B; }
p { color: rgb(204,160,11); }
H1.HeaderClassName
{
color: #CCA00B;
}
.AnyTagClassName
{
color: #CCA00B;
}
</style>
background-color css
<style>
a { background-color: #CCA00B; }
a { background-color: rgb(204,160,11); }
div.DivClassName
{
background-color: #CCA00B;
}
.BgClassName
{
background-color: #CCA00B;
}
</style>
border-color css
<style>
span { border-color: #CCA00B; }
span { border-color: rgb(204,160,11); }
td.TdClassName
{
border-color: #CCA00B;
}
.TagClassName
{
border-color: #CCA00B;
}
</style>