Shades of Metallic Gold #CCA630
Tints of Metallic Gold #CCA630
RGB
CMYK
RGB Variations
Color information
#CCA630 (or 0xCCA630) is known color: Metallic Gold. HEX triplet: CC, A6 and 30. RGB value is (204,166,48). Sum of RGB (Red+Green+Blue) = 204+166+48=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA630 is #3359CF. Grayscale: #A4A4A4. Windows color (decimal): -3365328 or 3188428. OLE color: 3188428.
HSL color Cylindrical-coordinate representation of color #CCA630: hue angle of 45.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCA630 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 48 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.2 |
| HSL | 45.38º | 0.62% | 0.49% | - |
| HSV(B) | 45.38º | 0.76% | 0.8% | - |
| XYZ | 39.07 | 40.32 | 8.52 | - |
| YUV | 163.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 48 | 0 | 0.19 | 0.76 | 0.2 | 45.38 | 0.62 | 0.49 |
| Hex | CC | A6 | 30 | 0 | 13 | 4C | 14 | 2D | 3E | 31 |
| Octal | 314 | 246 | 60 | 0 | 23 | 114 | 24 | 55 | 76 | 61 |
| Binary | 11001100 | 10100110 | 110000 | 0 | 10011 | 1001100 | 10100 | 101101 | 111110 | 110001 |
Color Harmonies of #CCA630
Complementary color
Monochromatic Colors of #CCA630
Black with #CCA630
Text Example
Text Example
White with #CCA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA630; }
p { color: rgb(204,166,48); }
H1.HeaderClassName
{
color: #CCA630;
}
.AnyTagClassName
{
color: #CCA630;
}
</style>
background-color css
<style>
a { background-color: #CCA630; }
a { background-color: rgb(204,166,48); }
div.DivClassName
{
background-color: #CCA630;
}
.BgClassName
{
background-color: #CCA630;
}
</style>
border-color css
<style>
span { border-color: #CCA630; }
span { border-color: rgb(204,166,48); }
td.TdClassName
{
border-color: #CCA630;
}
.TagClassName
{
border-color: #CCA630;
}
</style>