#CCAC3D

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

Shades of Metallic Gold #CCAC3D

Tints of Metallic Gold #CCAC3D

Color information

#CCAC3D (or 0xCCAC3D) is unknown color: approx Metallic Gold. HEX triplet: CC, AC and 3D. RGB value is (204,172,61). Sum of RGB (Red+Green+Blue) = 204+172+61=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC3D is #3353C2. Grayscale: #A9A9A9. Windows color (decimal): -3363779 or 4041932. OLE color: 4041932.

HSL color Cylindrical-coordinate representation of color #CCAC3D: hue angle of 46.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCAC3D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20417261-
CMYK00.160.700.2
HSL46.57º58.37%51.96%-
HSV(B)46.57º70.1%80%-
XYZ40.542.6810.52-
YUV168.9167.1153.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=46.68%
G=39.36%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041726100.160.700.246.5758.3751.96
HexCCAC3D01046142f3a34
Octal3142547502010624577264
Binary1100110010101100111101010000100011010100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC3D; }

 p { color: rgb(204,172,61); }

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

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

 a { background-color: rgb(204,172,61); }

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

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

 span { border-color: rgb(204,172,61); }

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