#CCAC40

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

Shades of Old Gold #CCAC40

Tints of Old Gold #CCAC40

Color information

#CCAC40 (or 0xCCAC40) is unknown color: approx Old Gold. HEX triplet: CC, AC and 40. RGB value is (204,172,64). Sum of RGB (Red+Green+Blue) = 204+172+64=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC40 is #3353BF. Grayscale: #A9A9A9. Windows color (decimal): -3363776 or 4238540. OLE color: 4238540.

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

Color convert

RGB20417264-
CMYK00.160.690.2
HSL46.29º57.85%52.55%-
HSV(B)46.29º68.63%80%-
XYZ40.5842.7110.96-
YUV169.2668.6152.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=46.36%
G=39.09%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041726400.160.690.246.2957.8552.55
HexCCAC4001045142e3a35
Octal31425410002010524567265
Binary11001100101011001000000010000100010110100101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC40; }

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

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

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

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

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

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

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

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