Shades of Buddha Gold #CCA403
Tints of Buddha Gold #CCA403
RGB
CMYK
RGB Variations
Color information
#CCA403 (or 0xCCA403) is known color: Buddha Gold. HEX triplet: CC, A4 and 03. RGB value is (204,164,3). Sum of RGB (Red+Green+Blue) = 204+164+3=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA403 is #335BFC. Grayscale: #9E9E9E. Windows color (decimal): -3365885 or 238796. OLE color: 238796.
HSL color Cylindrical-coordinate representation of color #CCA403: hue angle of 48.06º 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 #CCA403 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.2 |
| HSL | 48.06º | 0.97% | 0.41% | - |
| HSV(B) | 48.06º | 0.99% | 0.8% | - |
| XYZ | 38.19 | 39.39 | 5.68 | - |
| YUV | 157.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 3 | 0 | 0.20 | 0.99 | 0.2 | 48.06 | 0.97 | 0.41 |
| Hex | CC | A4 | 3 | 0 | 14 | 63 | 14 | 30 | 61 | 29 |
| Octal | 314 | 244 | 3 | 0 | 24 | 143 | 24 | 60 | 141 | 51 |
| Binary | 11001100 | 10100100 | 11 | 0 | 10100 | 1100011 | 10100 | 110000 | 1100001 | 101001 |
Color Harmonies of #CCA403
Complementary color
Monochromatic Colors of #CCA403
Black with #CCA403
Text Example
Text Example
White with #CCA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA403; }
p { color: rgb(204,164,3); }
H1.HeaderClassName
{
color: #CCA403;
}
.AnyTagClassName
{
color: #CCA403;
}
</style>
background-color css
<style>
a { background-color: #CCA403; }
a { background-color: rgb(204,164,3); }
div.DivClassName
{
background-color: #CCA403;
}
.BgClassName
{
background-color: #CCA403;
}
</style>
border-color css
<style>
span { border-color: #CCA403; }
span { border-color: rgb(204,164,3); }
td.TdClassName
{
border-color: #CCA403;
}
.TagClassName
{
border-color: #CCA403;
}
</style>