Shades of Buddha Gold #CCA703
Tints of Buddha Gold #CCA703
RGB
CMYK
RGB Variations
Color information
#CCA703 (or 0xCCA703) is known color: Buddha Gold. HEX triplet: CC, A7 and 03. RGB value is (204,167,3). Sum of RGB (Red+Green+Blue) = 204+167+3=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA703 is #3358FC. Grayscale: #A0A0A0. Windows color (decimal): -3365117 or 239564. OLE color: 239564.
HSL color Cylindrical-coordinate representation of color #CCA703: hue angle of 48.96º 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 #CCA703 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.2 |
| HSL | 48.96º | 0.97% | 0.41% | - |
| HSV(B) | 48.96º | 0.99% | 0.8% | - |
| XYZ | 38.74 | 40.48 | 5.86 | - |
| YUV | 159.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 3 | 0 | 0.18 | 0.99 | 0.2 | 48.96 | 0.97 | 0.41 |
| Hex | CC | A7 | 3 | 0 | 12 | 63 | 14 | 31 | 61 | 29 |
| Octal | 314 | 247 | 3 | 0 | 22 | 143 | 24 | 61 | 141 | 51 |
| Binary | 11001100 | 10100111 | 11 | 0 | 10010 | 1100011 | 10100 | 110001 | 1100001 | 101001 |
Color Harmonies of #CCA703
Complementary color
Monochromatic Colors of #CCA703
Black with #CCA703
Text Example
Text Example
White with #CCA703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA703; }
p { color: rgb(204,167,3); }
H1.HeaderClassName
{
color: #CCA703;
}
.AnyTagClassName
{
color: #CCA703;
}
</style>
background-color css
<style>
a { background-color: #CCA703; }
a { background-color: rgb(204,167,3); }
div.DivClassName
{
background-color: #CCA703;
}
.BgClassName
{
background-color: #CCA703;
}
</style>
border-color css
<style>
span { border-color: #CCA703; }
span { border-color: rgb(204,167,3); }
td.TdClassName
{
border-color: #CCA703;
}
.TagClassName
{
border-color: #CCA703;
}
</style>