Shades of Buddha Gold #CCA103
Tints of Buddha Gold #CCA103
RGB
CMYK
RGB Variations
Color information
#CCA103 (or 0xCCA103) is known color: Buddha Gold. HEX triplet: CC, A1 and 03. RGB value is (204,161,3). Sum of RGB (Red+Green+Blue) = 204+161+3=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA103 is #335EFC. Grayscale: #9C9C9C. Windows color (decimal): -3366653 or 238028. OLE color: 238028.
HSL color Cylindrical-coordinate representation of color #CCA103: hue angle of 47.16º 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 #CCA103 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.2 |
| HSL | 47.16º | 0.97% | 0.41% | - |
| HSV(B) | 47.16º | 0.99% | 0.8% | - |
| XYZ | 37.66 | 38.33 | 5.5 | - |
| YUV | 155.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 3 | 0 | 0.21 | 0.99 | 0.2 | 47.16 | 0.97 | 0.41 |
| Hex | CC | A1 | 3 | 0 | 15 | 63 | 14 | 2F | 61 | 29 |
| Octal | 314 | 241 | 3 | 0 | 25 | 143 | 24 | 57 | 141 | 51 |
| Binary | 11001100 | 10100001 | 11 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100001 | 101001 |
Color Harmonies of #CCA103
Complementary color
Monochromatic Colors of #CCA103
Black with #CCA103
Text Example
Text Example
White with #CCA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA103; }
p { color: rgb(204,161,3); }
H1.HeaderClassName
{
color: #CCA103;
}
.AnyTagClassName
{
color: #CCA103;
}
</style>
background-color css
<style>
a { background-color: #CCA103; }
a { background-color: rgb(204,161,3); }
div.DivClassName
{
background-color: #CCA103;
}
.BgClassName
{
background-color: #CCA103;
}
</style>
border-color css
<style>
span { border-color: #CCA103; }
span { border-color: rgb(204,161,3); }
td.TdClassName
{
border-color: #CCA103;
}
.TagClassName
{
border-color: #CCA103;
}
</style>