#CCAE3E

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

Shades of Old Gold #CCAE3E

Tints of Old Gold #CCAE3E

Color information

#CCAE3E (or 0xCCAE3E) is unknown color: approx Old Gold. HEX triplet: CC, AE and 3E. RGB value is (204,174,62). Sum of RGB (Red+Green+Blue) = 204+174+62=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE3E is #3351C1. Grayscale: #AAAAAA. Windows color (decimal): -3363266 or 4107980. OLE color: 4107980.

HSL color Cylindrical-coordinate representation of color #CCAE3E: hue angle of 47.32º 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 #CCAE3E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20417462-
CMYK00.150.700.2
HSL47.32º58.2%52.16%-
HSV(B)47.32º69.61%80%-
XYZ40.9143.4610.79-
YUV170.266.94152.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 62 (24.61% from 255) = 14.09%
R=46.36%
G=39.55%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041746200.150.700.247.3258.252.16
HexCCAE3E0F46142f3a34
Octal3142567601710624577264
Binary110011001010111011111001111100011010100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE3E; }

 p { color: rgb(204,174,62); }

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

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

 a { background-color: rgb(204,174,62); }

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

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

 span { border-color: rgb(204,174,62); }

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