#CCAA3C

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

Shades of Metallic Gold #CCAA3C

Tints of Metallic Gold #CCAA3C

Color information

#CCAA3C (or 0xCCAA3C) is unknown color: approx Metallic Gold. HEX triplet: CC, AA and 3C. RGB value is (204,170,60). Sum of RGB (Red+Green+Blue) = 204+170+60=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA3C is #3355C3. Grayscale: #A8A8A8. Windows color (decimal): -3364292 or 3975884. OLE color: 3975884.

HSL color Cylindrical-coordinate representation of color #CCAA3C: hue angle of 45.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCAA3C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20417060-
CMYK00.170.710.2
HSL45.83º58.54%51.76%-
HSV(B)45.83º70.59%80%-
XYZ40.0941.9110.25-
YUV167.6367.26153.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=47.00%
G=39.17%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041706000.170.710.245.8358.5451.76
HexCCAA3C01147142e3b34
Octal3142527402110724567364
Binary1100110010101010111100010001100011110100101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA3C; }

 p { color: rgb(204,170,60); }

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

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

 a { background-color: rgb(204,170,60); }

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

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

 span { border-color: rgb(204,170,60); }

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