Shades of Buddha Gold #CCA203
Tints of Buddha Gold #CCA203
RGB
CMYK
RGB Variations
Color information
#CCA203 (or 0xCCA203) is known color: Buddha Gold. HEX triplet: CC, A2 and 03. RGB value is (204,162,3). Sum of RGB (Red+Green+Blue) = 204+162+3=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA203 is #335DFC. Grayscale: #9D9D9D. Windows color (decimal): -3366397 or 238284. OLE color: 238284.
HSL color Cylindrical-coordinate representation of color #CCA203: hue angle of 47.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA203 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.2 |
| HSL | 47.46º | 0.97% | 0.41% | - |
| HSV(B) | 47.46º | 0.99% | 0.8% | - |
| XYZ | 37.84 | 38.68 | 5.56 | - |
| YUV | 156.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 3 | 0 | 0.21 | 0.99 | 0.2 | 47.46 | 0.97 | 0.41 |
| Hex | CC | A2 | 3 | 0 | 15 | 63 | 14 | 2F | 61 | 29 |
| Octal | 314 | 242 | 3 | 0 | 25 | 143 | 24 | 57 | 141 | 51 |
| Binary | 11001100 | 10100010 | 11 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100001 | 101001 |
Color Harmonies of #CCA203
Complementary color
Monochromatic Colors of #CCA203
Black with #CCA203
Text Example
Text Example
White with #CCA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA203; }
p { color: rgb(204,162,3); }
H1.HeaderClassName
{
color: #CCA203;
}
.AnyTagClassName
{
color: #CCA203;
}
</style>
background-color css
<style>
a { background-color: #CCA203; }
a { background-color: rgb(204,162,3); }
div.DivClassName
{
background-color: #CCA203;
}
.BgClassName
{
background-color: #CCA203;
}
</style>
border-color css
<style>
span { border-color: #CCA203; }
span { border-color: rgb(204,162,3); }
td.TdClassName
{
border-color: #CCA203;
}
.TagClassName
{
border-color: #CCA203;
}
</style>