#CCA035

Color #CCA035 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CCA035

Tints of Metallic Gold #CCA035

Color information

#CCA035 (or 0xCCA035) is unknown color: approx Metallic Gold. HEX triplet: CC, A0 and 35. RGB value is (204,160,53). Sum of RGB (Red+Green+Blue) = 204+160+53=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA035 is #335FCA. Grayscale: #A1A1A1. Windows color (decimal): -3366859 or 3514572. OLE color: 3514572.

HSL color Cylindrical-coordinate representation of color #CCA035: hue angle of 42.52º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCA035 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20416053-
CMYK00.220.740.2
HSL42.52º59.68%50.39%-
HSV(B)42.52º74.02%80%-
XYZ38.1238.248.74-
YUV160.9667.08158.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=48.92%
G=38.37%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041605300.220.740.242.5259.6850.39
HexCCA0350164A142b3c32
Octal3142406502611224537462
Binary1100110010100000110101010110100101010100101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA035; }

 p { color: rgb(204,160,53); }

 H1.HeaderClassName
 {
   color: #CCA035;
 }
 .AnyTagClassName
 {
   color: #CCA035;
 }
</style>
background-color css

<style>
 a { background-color: #CCA035; }

 a { background-color: rgb(204,160,53); }

 div.DivClassName
 {
   background-color: #CCA035;
 }
 .BgClassName
 {
   background-color: #CCA035;
 }
</style>
border-color css

<style>
 span { border-color: #CCA035; }

 span { border-color: rgb(204,160,53); }

 td.TdClassName
 {
   border-color: #CCA035;
 }
 .TagClassName
 {
   border-color: #CCA035;
 }
</style>