#CAC132

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

Shades of Old Gold #CAC132

Tints of Old Gold #CAC132

Color information

#CAC132 (or 0xCAC132) is unknown color: approx Old Gold. HEX triplet: CA, C1 and 32. RGB value is (202,193,50). Sum of RGB (Red+Green+Blue) = 202+193+50=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC132 is #353ECD. Grayscale: #B3B3B3. Windows color (decimal): -3489486 or 3326410. OLE color: 3326410.

HSL color Cylindrical-coordinate representation of color #CAC132: hue angle of 56.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC132 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20219350-
CMYK00.040.750.21
HSL56.45º60.32%49.41%-
HSV(B)56.45º75.25%79.22%-
XYZ4450.9310.53-
YUV179.3954.98144.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 50 (19.92% from 255) = 11.24%
R=45.39%
G=43.37%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021935000.040.750.2156.4560.3249.41
HexCAC132044B15383c31
Octal312301620411325707461
Binary11001010110000011100100100100101110101111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC132; }

 p { color: rgb(202,193,50); }

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

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

 a { background-color: rgb(202,193,50); }

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

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

 span { border-color: rgb(202,193,50); }

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