Shades of Buddha Gold #CCA502
Tints of Buddha Gold #CCA502
RGB
CMYK
RGB Variations
Color information
#CCA502 (or 0xCCA502) is known color: Buddha Gold. HEX triplet: CC, A5 and 02. RGB value is (204,165,2). Sum of RGB (Red+Green+Blue) = 204+165+2=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA502 is #335AFD. Grayscale: #9E9E9E. Windows color (decimal): -3365630 or 173516. OLE color: 173516.
HSL color Cylindrical-coordinate representation of color #CCA502: hue angle of 48.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA502 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.2 |
| HSL | 48.42º | 0.98% | 0.4% | - |
| HSV(B) | 48.42º | 0.99% | 0.8% | - |
| XYZ | 38.37 | 39.75 | 5.71 | - |
| YUV | 158.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 2 | 0 | 0.19 | 0.99 | 0.2 | 48.42 | 0.98 | 0.4 |
| Hex | CC | A5 | 2 | 0 | 13 | 63 | 14 | 30 | 62 | 28 |
| Octal | 314 | 245 | 2 | 0 | 23 | 143 | 24 | 60 | 142 | 50 |
| Binary | 11001100 | 10100101 | 10 | 0 | 10011 | 1100011 | 10100 | 110000 | 1100010 | 101000 |
Color Harmonies of #CCA502
Complementary color
Monochromatic Colors of #CCA502
Black with #CCA502
Text Example
Text Example
White with #CCA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA502; }
p { color: rgb(204,165,2); }
H1.HeaderClassName
{
color: #CCA502;
}
.AnyTagClassName
{
color: #CCA502;
}
</style>
background-color css
<style>
a { background-color: #CCA502; }
a { background-color: rgb(204,165,2); }
div.DivClassName
{
background-color: #CCA502;
}
.BgClassName
{
background-color: #CCA502;
}
</style>
border-color css
<style>
span { border-color: #CCA502; }
span { border-color: rgb(204,165,2); }
td.TdClassName
{
border-color: #CCA502;
}
.TagClassName
{
border-color: #CCA502;
}
</style>