Shades of Metallic Gold #CCA338
Tints of Metallic Gold #CCA338
RGB
CMYK
RGB Variations
Color information
#CCA338 (or 0xCCA338) is known color: Metallic Gold. HEX triplet: CC, A3 and 38. RGB value is (204,163,56). Sum of RGB (Red+Green+Blue) = 204+163+56=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA338 is #335CC7. Grayscale: #A3A3A3. Windows color (decimal): -3366088 or 3711948. OLE color: 3711948.
HSL color Cylindrical-coordinate representation of color #CCA338: hue angle of 43.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCA338 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 56 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.2 |
| HSL | 43.38º | 0.59% | 0.51% | - |
| HSV(B) | 43.38º | 0.73% | 0.8% | - |
| XYZ | 38.71 | 39.32 | 9.29 | - |
| YUV | 163.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 56 | 0 | 0.20 | 0.73 | 0.2 | 43.38 | 0.59 | 0.51 |
| Hex | CC | A3 | 38 | 0 | 14 | 49 | 14 | 2B | 3B | 33 |
| Octal | 314 | 243 | 70 | 0 | 24 | 111 | 24 | 53 | 73 | 63 |
| Binary | 11001100 | 10100011 | 111000 | 0 | 10100 | 1001001 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CCA338
Complementary color
Monochromatic Colors of #CCA338
Black with #CCA338
Text Example
Text Example
White with #CCA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA338; }
p { color: rgb(204,163,56); }
H1.HeaderClassName
{
color: #CCA338;
}
.AnyTagClassName
{
color: #CCA338;
}
</style>
background-color css
<style>
a { background-color: #CCA338; }
a { background-color: rgb(204,163,56); }
div.DivClassName
{
background-color: #CCA338;
}
.BgClassName
{
background-color: #CCA338;
}
</style>
border-color css
<style>
span { border-color: #CCA338; }
span { border-color: rgb(204,163,56); }
td.TdClassName
{
border-color: #CCA338;
}
.TagClassName
{
border-color: #CCA338;
}
</style>