Shades of Buddha Gold #CCA803
Tints of Buddha Gold #CCA803
RGB
CMYK
RGB Variations
Color information
#CCA803 (or 0xCCA803) is known color: Buddha Gold. HEX triplet: CC, A8 and 03. RGB value is (204,168,3). Sum of RGB (Red+Green+Blue) = 204+168+3=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA803 is #3357FC. Grayscale: #A0A0A0. Windows color (decimal): -3364861 or 239820. OLE color: 239820.
HSL color Cylindrical-coordinate representation of color #CCA803: hue angle of 49.25º 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 #CCA803 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.2 |
| HSL | 49.25º | 0.97% | 0.41% | - |
| HSV(B) | 49.25º | 0.99% | 0.8% | - |
| XYZ | 38.92 | 40.85 | 5.92 | - |
| YUV | 159.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 3 | 0 | 0.18 | 0.99 | 0.2 | 49.25 | 0.97 | 0.41 |
| Hex | CC | A8 | 3 | 0 | 12 | 63 | 14 | 31 | 61 | 29 |
| Octal | 314 | 250 | 3 | 0 | 22 | 143 | 24 | 61 | 141 | 51 |
| Binary | 11001100 | 10101000 | 11 | 0 | 10010 | 1100011 | 10100 | 110001 | 1100001 | 101001 |
Color Harmonies of #CCA803
Complementary color
Monochromatic Colors of #CCA803
Black with #CCA803
Text Example
Text Example
White with #CCA803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA803; }
p { color: rgb(204,168,3); }
H1.HeaderClassName
{
color: #CCA803;
}
.AnyTagClassName
{
color: #CCA803;
}
</style>
background-color css
<style>
a { background-color: #CCA803; }
a { background-color: rgb(204,168,3); }
div.DivClassName
{
background-color: #CCA803;
}
.BgClassName
{
background-color: #CCA803;
}
</style>
border-color css
<style>
span { border-color: #CCA803; }
span { border-color: rgb(204,168,3); }
td.TdClassName
{
border-color: #CCA803;
}
.TagClassName
{
border-color: #CCA803;
}
</style>