Shades of Metallic Gold #CCA430
Tints of Metallic Gold #CCA430
RGB
CMYK
RGB Variations
Color information
#CCA430 (or 0xCCA430) is known color: Metallic Gold. HEX triplet: CC, A4 and 30. RGB value is (204,164,48). Sum of RGB (Red+Green+Blue) = 204+164+48=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA430 is #335BCF. Grayscale: #A3A3A3. Windows color (decimal): -3365840 or 3187916. OLE color: 3187916.
HSL color Cylindrical-coordinate representation of color #CCA430: hue angle of 44.62º 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 #CCA430 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 48 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.2 |
| HSL | 44.62º | 0.62% | 0.49% | - |
| HSV(B) | 44.62º | 0.76% | 0.8% | - |
| XYZ | 38.71 | 39.6 | 8.4 | - |
| YUV | 162.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 48 | 0 | 0.20 | 0.76 | 0.2 | 44.62 | 0.62 | 0.49 |
| Hex | CC | A4 | 30 | 0 | 14 | 4C | 14 | 2D | 3E | 31 |
| Octal | 314 | 244 | 60 | 0 | 24 | 114 | 24 | 55 | 76 | 61 |
| Binary | 11001100 | 10100100 | 110000 | 0 | 10100 | 1001100 | 10100 | 101101 | 111110 | 110001 |
Color Harmonies of #CCA430
Complementary color
Monochromatic Colors of #CCA430
Black with #CCA430
Text Example
Text Example
White with #CCA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA430; }
p { color: rgb(204,164,48); }
H1.HeaderClassName
{
color: #CCA430;
}
.AnyTagClassName
{
color: #CCA430;
}
</style>
background-color css
<style>
a { background-color: #CCA430; }
a { background-color: rgb(204,164,48); }
div.DivClassName
{
background-color: #CCA430;
}
.BgClassName
{
background-color: #CCA430;
}
</style>
border-color css
<style>
span { border-color: #CCA430; }
span { border-color: rgb(204,164,48); }
td.TdClassName
{
border-color: #CCA430;
}
.TagClassName
{
border-color: #CCA430;
}
</style>